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 | a4816b74d34fb06aae3649aeb1ce1b93dae99fe6 (patch) | |
tree | 9a385b5fca4eef5d8418c98ef0faacc568563a37 /util | |
parent | 102268b8e61cc4e9a46efe3159edf1e48793f672 (diff) | |
download | prosody-a4816b74d34fb06aae3649aeb1ce1b93dae99fe6.tar.gz prosody-a4816b74d34fb06aae3649aeb1ce1b93dae99fe6.zip |
util.startup: Oops, uncomment accidentally-commented code
Diffstat (limited to 'util')
-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; |