aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2012-09-05 16:51:16 +0200
committerKim Alvefur <zash@zash.se>2012-09-05 16:51:16 +0200
commitd617081ac45113fdaa8fc0604bee29a08d4aefed (patch)
tree26b2676d8f1f52bda135b58d35369190dd605ff8 /plugins
parentddd751aed9e8fd6ff3fdecc8081c639b7a11cf30 (diff)
downloadprosody-d617081ac45113fdaa8fc0604bee29a08d4aefed.tar.gz
prosody-d617081ac45113fdaa8fc0604bee29a08d4aefed.zip
mod_dialback: Correctly check if a connection was destroyed (thanks iron)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_dialback.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_dialback.lua b/plugins/mod_dialback.lua
index 69616a57..b2f84603 100644
--- a/plugins/mod_dialback.lua
+++ b/plugins/mod_dialback.lua
@@ -117,7 +117,7 @@ module:hook("stanza/jabber:server:dialback:verify", function(event)
log("warn", "authoritative server for %s denied the key", attr.from or "(unknown)");
valid = "invalid";
end
- if not dialback_verifying.sends2s then
+ if dialback_verifying.destroyed then
log("warn", "Incoming s2s session %s was closed in the meantime, so we can't notify it of the db result", tostring(dialback_verifying):match("%w+$"));
else
dialback_verifying.sends2s(