mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_saslauth: Fix typo in variable name
This commit is contained in:
parent
fc078849d5
commit
f0ffde882a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue