mod_saslauth: Allow relogins after failed SASL login.

This commit is contained in:
Tobias Markmann 2009-11-26 23:18:26 +01:00
parent 44b3480e14
commit c65488fc2b

View file

@ -75,7 +75,7 @@ end
local function handle_status(session, status)
if status == "failure" then
session.sasl_handler = nil;
session.sasl_handler = sesion.sasl_handler:clean_clone();
elseif status == "success" then
local username = nodeprep(session.sasl_handler.username);
if not username then -- TODO move this to sessionmanager