mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_auth_anonymous: Fixed a traceback in listing all users (issue#396).
This commit is contained in:
parent
bc6f1c6085
commit
23a72948e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue