aboutsummaryrefslogtreecommitdiff
path: root/samples/listener.lua
diff options
context:
space:
mode:
Diffstat (limited to 'samples/listener.lua')
-rw-r--r--samples/listener.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/listener.lua b/samples/listener.lua
index a47d9a3..5e1eb02 100644
--- a/samples/listener.lua
+++ b/samples/listener.lua
@@ -1,5 +1,5 @@
1host = "localhost" 1host = host or "localhost"
2port = 8080 2port = host or 8080
3if arg then 3if arg then
4 host = arg[1] or host 4 host = arg[1] or host
5 port = arg[2] or port 5 port = arg[2] or port