aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-03-20 16:11:37 +0000
committerMatthew Wild <mwild1@gmail.com>2018-03-20 16:11:37 +0000
commit00037383123ebdb108650b56613d9d49ff9ff864 (patch)
tree9a385b5fca4eef5d8418c98ef0faacc568563a37 /util
parent3a8c72b72ee5f4adeba68315dadab281483aed89 (diff)
downloadprosody-00037383123ebdb108650b56613d9d49ff9ff864.tar.gz
prosody-00037383123ebdb108650b56613d9d49ff9ff864.zip
util.startup: Oops, uncomment accidentally-commented code
Diffstat (limited to 'util')
-rw-r--r--util/startup.lua2
1 files changed, 1 insertions, 1 deletions
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;