aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2012-09-23 01:13:08 +0500
committerWaqas Hussain <waqas20@gmail.com>2012-09-23 01:13:08 +0500
commitde88fd8928aefbc139e8cf4f050589b927735714 (patch)
tree6fdf987c649af9c112d4f642d57e794858b0ba8a
parent3256dcdc612934e41b33c801ed5b251be3817f52 (diff)
parent3372542ef49a57b03aa7a2e1629bc1124346c584 (diff)
downloadprosody-de88fd8928aefbc139e8cf4f050589b927735714.tar.gz
prosody-de88fd8928aefbc139e8cf4f050589b927735714.zip
Merge 0.9->trunk
-rwxr-xr-xprosodyctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index e26339e2..4d3c4790 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -227,6 +227,7 @@ local function make_host(hostname)
return {
type = "local",
events = prosody.events,
+ modules = {},
users = require "core.usermanager".new_null_provider(hostname)
};
end