mod_saslauth: Fix typo in variable name

This commit is contained in:
Matthew Wild 2009-11-28 15:12:07 +00:00
parent fc078849d5
commit f0ffde882a

View file

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