diff options
author | Kim Alvefur <zash@zash.se> | 2014-02-26 22:22:43 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2014-02-26 22:22:43 +0100 |
commit | b438e60d17b5103114ff9e187d171960d88259c9 (patch) | |
tree | 1c5e65e70f484393b24c0bcd9ecd9f6c30d55922 /plugins/mod_auth_anonymous.lua | |
parent | 383feaeddeb540024d5b06f97d402cef3061b7d5 (diff) | |
parent | 4996a4724e87130c36f8d90b6cdf3628d39cebd8 (diff) | |
download | prosody-b438e60d17b5103114ff9e187d171960d88259c9.tar.gz prosody-b438e60d17b5103114ff9e187d171960d88259c9.zip |
Merge 0.10->trunk
Diffstat (limited to 'plugins/mod_auth_anonymous.lua')
-rw-r--r-- | plugins/mod_auth_anonymous.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_auth_anonymous.lua b/plugins/mod_auth_anonymous.lua index c877d532..8de46f8c 100644 --- a/plugins/mod_auth_anonymous.lua +++ b/plugins/mod_auth_anonymous.lua @@ -43,7 +43,7 @@ function provider.get_sasl_handler() end function provider.users() - return next, hosts[host].sessions, nil; + return next, hosts[module.host].sessions, nil; end -- datamanager callback to disable writes |