mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Update usermanager to not crash, etc.
This commit is contained in:
parent
29a91eb973
commit
c316b28787
2 changed files with 9 additions and 8 deletions
|
@ -123,7 +123,7 @@ local error_messages = setmetatable({
|
|||
hosts = prosody.hosts;
|
||||
|
||||
local function make_host(hostname)
|
||||
return { events = prosody.events, users = require "core.usermanager".new_default_provider(hostname) };
|
||||
return { events = prosody.events, users = require "core.usermanager".new_null_provider(hostname) };
|
||||
end
|
||||
|
||||
for hostname, config in pairs(config.getconfig()) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue