aboutsummaryrefslogtreecommitdiffstats
path: root/util/startup.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/startup.lua')
-rw-r--r--util/startup.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/startup.lua b/util/startup.lua
index a7ed333a..11500496 100644
--- a/util/startup.lua
+++ b/util/startup.lua
@@ -516,9 +516,9 @@ function startup.prosodyctl()
startup.log_dependency_warnings();
startup.check_unwriteable();
startup.load_libraries();
- startup.init_global_protection();
startup.init_http_client();
startup.make_dummy_hosts();
+ startup.init_global_protection();
end
function startup.prosody()