From c3e3b43f1c291f0cf202d770a12963db3adb4d16 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 17 Oct 2009 10:54:28 +0100 Subject: prosody: Move global protection earlier (to before modules are loaded, etc.) --- prosody | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosody') 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"); -- cgit v1.2.3