net/connlisteners.lua
changeset 2036 0f9c121713e1
parent 1523 841d61be198f
child 2076 de2ae849b0b3
--- 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