aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorJeff Mitchell <jeff@jefferai.org>2010-05-20 14:18:12 -0400
committerJeff Mitchell <jeff@jefferai.org>2010-05-20 14:18:12 -0400
commitc316b28787e59817f0c19725dc524ef6c9f3bb32 (patch)
tree6dd27fc0c448d9dcb662c016dc7f531881c4f36c /prosodyctl
parent29a91eb973059540ade5d3801307f67782bd60d4 (diff)
downloadprosody-c316b28787e59817f0c19725dc524ef6c9f3bb32.tar.gz
prosody-c316b28787e59817f0c19725dc524ef6c9f3bb32.zip
Update usermanager to not crash, etc.
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index c0cd89a0..5bdc5187 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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