mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Fix for destruction of unauthed SASL sessions
This commit is contained in:
parent
3bac5046af
commit
762a906e36
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ add_handler("c2s_unauthed", "auth", xmlns_sasl,
|
|||
local success, err = sessionmanager.make_authenticated(session, username);
|
||||
if not success then
|
||||
sessionmanager.destroy_session(session);
|
||||
return;
|
||||
end
|
||||
session.sasl_handler = nil;
|
||||
session.connhandler = new_connhandler("xmpp-client", session);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue