From 07dda08c5d25dca0f8e79b80998559544aa7c398 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Thu, 17 Jun 2004 23:08:56 +0000 Subject: Changed the return of the send function... --- samples/talker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') diff --git a/samples/talker.lua b/samples/talker.lua index 94d2133..bafd021 100644 --- a/samples/talker.lua +++ b/samples/talker.lua @@ -4,7 +4,7 @@ -- Author: Diego Nehab -- RCS ID: $Id$ ----------------------------------------------------------------------------- -require("socket") +socket = require("socket") host = host or "localhost" port = port or 8080 if arg then -- cgit v1.2.3-55-g6feb