mod_http: Make module:http_url() aware of http_host
[prosody.git] / prosodyctl
index e26339e28ef1db0a1827230373ead4c939bf3fd0..4d3c47908e864f60ed7bba4e0456d5cf994f48fb 100755 (executable)
@@ -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