diff options
-rw-r--r-- | samples/listener.lua | 2 |
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 @@ | |||
1 | host = host or "localhost" | 1 | host = host or "*" |
2 | port = port or 8080 | 2 | port = port or 8080 |
3 | if arg then | 3 | if arg then |
4 | host = arg[1] or host | 4 | host = arg[1] or host |