diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-03-20 16:11:37 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-03-20 16:11:37 +0000 |
commit | 00037383123ebdb108650b56613d9d49ff9ff864 (patch) | |
tree | 9a385b5fca4eef5d8418c98ef0faacc568563a37 | |
parent | 3a8c72b72ee5f4adeba68315dadab281483aed89 (diff) | |
download | prosody-00037383123ebdb108650b56613d9d49ff9ff864.tar.gz prosody-00037383123ebdb108650b56613d9d49ff9ff864.zip |
util.startup: Oops, uncomment accidentally-commented code
-rw-r--r-- | util/startup.lua | 2 |
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; |