plugins/mod_saslauth.lua

changeset 52
93e468eb2ffb
parent 48
d0505310aec5
child 99
ba08b8a4eeef
--- a/plugins/mod_saslauth.lua	Sat Oct 04 14:36:03 2008 +0100
+++ b/plugins/mod_saslauth.lua	Sat Oct 04 15:24:52 2008 +0100
@@ -33,6 +33,7 @@
 						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);

mercurial