mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +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
|
end
|
||||||
|
|
||||||
function provider.users()
|
function provider.users()
|
||||||
return next, hosts[host].sessions, nil;
|
return next, hosts[module.host].sessions, nil;
|
||||||
end
|
end
|
||||||
|
|
||||||
-- datamanager callback to disable writes
|
-- datamanager callback to disable writes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue