mod_saslauth: Fix typo in variable name
authorMatthew Wild <mwild1@gmail.com>
Sat, 28 Nov 2009 15:12:07 +0000 (15:12 +0000)
committerMatthew Wild <mwild1@gmail.com>
Sat, 28 Nov 2009 15:12:07 +0000 (15:12 +0000)
plugins/mod_saslauth.lua

index 9d4b27a108d5bc0a6a7a878ef14c0c4f4dade91d..001f14e217b95b7767af1b653004a7efb26c47a1 100644 (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