aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index 58996fb2..dc28c771 100755
--- a/prosody
+++ b/prosody
@@ -330,8 +330,8 @@ read_version();
log("info", "Hello and welcome to Prosody version %s", prosody.version);
load_secondary_libraries();
init_data_store();
-prepare_to_start();
init_global_protection();
+prepare_to_start();
eventmanager.fire_event("server-started");
prosody.events.fire_event("server-started");