From ff4d31cd03974874de3ea7d0d09ccc852aee4531 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 8 Jul 2012 18:48:22 +0100 Subject: Backed out changeset 72a2eec4204a (incomplete fix) --- plugins/mod_auth_anonymous.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/mod_auth_anonymous.lua b/plugins/mod_auth_anonymous.lua index 3cb7cf98..c080177d 100644 --- a/plugins/mod_auth_anonymous.lua +++ b/plugins/mod_auth_anonymous.lua @@ -32,10 +32,9 @@ function new_default_provider(host) return nil, "Account creation/modification not supported."; end - function provider.get_sasl_handler(session) + function provider.get_sasl_handler() local anonymous_authentication_profile = { anonymous = function(sasl, username, realm) - session.roster = {}; -- so that the null storage backend doesn't upset rostermanager return true; -- for normal usage you should always return true here end }; -- cgit v1.2.3