aboutsummaryrefslogtreecommitdiffstats
path: root/net/connlisteners.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-10-24 03:06:55 +0100
committerMatthew Wild <mwild1@gmail.com>2008-10-24 03:06:55 +0100
commiteb8e9997e03f6b0c399af0a6f88ee85684c74d06 (patch)
tree10e5a34e49bfea82d6b36b751d47d5185505c75e /net/connlisteners.lua
parent162e3fb849f47089ad6114041374d66d48638db3 (diff)
downloadprosody-eb8e9997e03f6b0c399af0a6f88ee85684c74d06.tar.gz
prosody-eb8e9997e03f6b0c399af0a6f88ee85684c74d06.zip
dialback keys now verified
Diffstat (limited to 'net/connlisteners.lua')
-rw-r--r--net/connlisteners.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/connlisteners.lua b/net/connlisteners.lua
index f7321cdc..431d8717 100644
--- a/net/connlisteners.lua
+++ b/net/connlisteners.lua
@@ -28,7 +28,6 @@ function get(name)
if not h then
pcall(dofile, "net/"..name:gsub("[^%w%-]", "_").."_listener.lua");
h = listeners[name];
-
end
return h;
end