diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-10-24 03:06:55 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-10-24 03:06:55 +0100 |
commit | eb8e9997e03f6b0c399af0a6f88ee85684c74d06 (patch) | |
tree | 10e5a34e49bfea82d6b36b751d47d5185505c75e /net | |
parent | 162e3fb849f47089ad6114041374d66d48638db3 (diff) | |
download | prosody-eb8e9997e03f6b0c399af0a6f88ee85684c74d06.tar.gz prosody-eb8e9997e03f6b0c399af0a6f88ee85684c74d06.zip |
dialback keys now verified
Diffstat (limited to 'net')
-rw-r--r-- | net/connlisteners.lua | 1 |
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 |