aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/connlisteners.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/connlisteners.lua b/net/connlisteners.lua
index cfb6aa39..a02dd2a6 100644
--- a/net/connlisteners.lua
+++ b/net/connlisteners.lua
@@ -1,5 +1,5 @@
-local listeners_dir = (CFG_SOURCEDIR or "").."/net/";
+local listeners_dir = (CFG_SOURCEDIR or ".").."/net/";
local server_add = require "net.server".add;
local log = require "util.logger".init("connlisteners");