mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
Merge 0.12->trunk
This commit is contained in:
commit
d055a704d8
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ local function destroy_session(session, reason, bounce_reason)
|
|||
hosts[session.from_host].s2sout[session.to_host] = nil;
|
||||
session:bounce_sendq(bounce_reason or reason);
|
||||
elseif session.direction == "incoming" then
|
||||
if session.outgoing then
|
||||
if session.outgoing and hosts[session.to_host].s2sout[session.from_host] == session then
|
||||
hosts[session.to_host].s2sout[session.from_host] = nil;
|
||||
end
|
||||
incoming_s2s[session] = nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue