diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/connlisteners.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/connlisteners.lua b/net/connlisteners.lua index ebb3cc18..932cd9cb 100644 --- a/net/connlisteners.lua +++ b/net/connlisteners.lua @@ -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 |