From 00037383123ebdb108650b56613d9d49ff9ff864 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 20 Mar 2018 16:11:37 +0000 Subject: util.startup: Oops, uncomment accidentally-commented code --- util/startup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/startup.lua b/util/startup.lua index d643873b..46d968b1 100644 --- a/util/startup.lua +++ b/util/startup.lua @@ -512,7 +512,7 @@ function startup.prosody() startup.init_data_store(); startup.init_global_protection(); startup.prepare_to_start(); --- startup.notify_started(); + startup.notify_started(); end return startup; -- cgit v1.2.3