core/usermanager.lua
changeset 4943 50f63f07245f
parent 4773 ee55956597f4
child 5042 ce823b32225e
--- a/core/usermanager.lua	Thu Jul 05 17:41:57 2012 +0100
+++ b/core/usermanager.lua	Sat Jul 07 02:32:39 2012 +0100
@@ -91,8 +91,8 @@
 	return hosts[host].users.delete_user(username);
 end
 
-function get_sasl_handler(host)
-	return hosts[host].users.get_sasl_handler();
+function get_sasl_handler(host, session)
+	return hosts[host].users.get_sasl_handler(session);
 end
 
 function get_provider(host)