Software /
code /
prosody
Diff
plugins/mod_auth_anonymous.lua @ 6028:14c63b8c3e06
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 26 Feb 2014 22:22:43 +0100 |
parent | 6023:93b4058e3320 |
child | 8053:7d26dab7ce0d |
line wrap: on
line diff
--- a/plugins/mod_auth_anonymous.lua Wed Feb 19 23:45:24 2014 +0100 +++ b/plugins/mod_auth_anonymous.lua Wed Feb 26 22:22:43 2014 +0100 @@ -43,7 +43,7 @@ end function provider.users() - return next, hosts[host].sessions, nil; + return next, hosts[module.host].sessions, nil; end -- datamanager callback to disable writes