From 3a315a20ec1a3b8e25cf96084d3898bc5077c900 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 31 Jan 2010 15:44:55 +0000 Subject: net.connlisteners: Remove redundant variable declaration --- net/connlisteners.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'net') diff --git a/net/connlisteners.lua b/net/connlisteners.lua index 99305220..e0076ddb 100644 --- a/net/connlisteners.lua +++ b/net/connlisteners.lua @@ -57,7 +57,6 @@ function start(name, udata) local port = (udata and udata.port) or h.default_port or error("Can't start listener "..name.." because no port was specified, and it has no default port", 0); local mode = (udata and udata.mode) or h.default_mode or 1; local ssl = (udata and udata.ssl) or nil; - local maxclients = 99999999; local autossl = udata and udata.type == "ssl"; return server.addserver(interface, port, h, mode, autossl and ssl or nil); -- cgit v1.2.3