Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Thanks dwd!!
[prosody.git] / net / connlisteners.lua
index f7321cdc95b214a5db36df1532965a542baf7fcd..431d8717a898271a35ce3bc10dfca4330abc9410 100644 (file)
@@ -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