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 | 8ef88f2406b11d8bfe1fdd22370ecf33b1bc136e (patch) | |
tree | 1c5e65e70f484393b24c0bcd9ecd9f6c30d55922 /plugins/mod_auth_anonymous.lua | |
parent | 1f1a2de16515a5ab250965768cf76f64271f8884 (diff) | |
parent | 42c4183e34f2a15920d3df042eed5531b552c495 (diff) | |
download | prosody-8ef88f2406b11d8bfe1fdd22370ecf33b1bc136e.tar.gz prosody-8ef88f2406b11d8bfe1fdd22370ecf33b1bc136e.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 |