Software /
code /
prosody
Comparison
util/startup.lua @ 8636:8691083420e4
util.startup: Oops, uncomment accidentally-commented code
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 20 Mar 2018 16:11:37 +0000 |
parent | 8635:47e3b8b6f17a |
child | 8637:c8368c7c81a1 |
comparison
equal
deleted
inserted
replaced
8635:47e3b8b6f17a | 8636:8691083420e4 |
---|---|
510 startup.load_secondary_libraries(); | 510 startup.load_secondary_libraries(); |
511 startup.init_http_client(); | 511 startup.init_http_client(); |
512 startup.init_data_store(); | 512 startup.init_data_store(); |
513 startup.init_global_protection(); | 513 startup.init_global_protection(); |
514 startup.prepare_to_start(); | 514 startup.prepare_to_start(); |
515 -- startup.notify_started(); | 515 startup.notify_started(); |
516 end | 516 end |
517 | 517 |
518 return startup; | 518 return startup; |