diff -r b8c3dbf76a2e -r 0f9c121713e1 net/connlisteners.lua --- a/net/connlisteners.lua Wed Oct 21 13:32:32 2009 +0500 +++ b/net/connlisteners.lua Wed Oct 21 13:59:54 2009 +0100 @@ -11,6 +11,7 @@ local listeners_dir = (CFG_SOURCEDIR or ".").."/net/"; local server = require "net.server"; local log = require "util.logger".init("connlisteners"); +local tostring = tostring; local dofile, pcall, error = dofile, pcall, error