aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--samples/listener.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/listener.lua b/samples/listener.lua
index f9ee3bf..8e2c7ce 100644
--- a/samples/listener.lua
+++ b/samples/listener.lua
@@ -1,4 +1,4 @@
1host = host or "localhost" 1host = host or "*"
2port = port or 8080 2port = port or 8080
3if arg then 3if arg then
4 host = arg[1] or host 4 host = arg[1] or host