diff options
Diffstat (limited to 'samples/talker.lua')
| -rw-r--r-- | samples/talker.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/talker.lua b/samples/talker.lua index bafd021..3f6e69c 100644 --- a/samples/talker.lua +++ b/samples/talker.lua | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | -- Author: Diego Nehab | 4 | -- Author: Diego Nehab |
| 5 | -- RCS ID: $Id$ | 5 | -- RCS ID: $Id$ |
| 6 | ----------------------------------------------------------------------------- | 6 | ----------------------------------------------------------------------------- |
| 7 | socket = require("socket") | 7 | local socket = require("socket") |
| 8 | host = host or "localhost" | 8 | host = host or "localhost" |
| 9 | port = port or 8080 | 9 | port = port or 8080 |
| 10 | if arg then | 10 | if arg then |
