Comparison

util/startup.lua @ 8756:2db9c9e3adc1

util.startup: Don't initialize global protection for prosodyctl, for now
author Matthew Wild <mwild1@gmail.com>
date Wed, 18 Apr 2018 08:49:44 +0100
parent 8755:857d8f38a010
child 8882:a420b386a72a
comparison
equal deleted inserted replaced
8755:857d8f38a010 8756:2db9c9e3adc1
516 startup.log_dependency_warnings(); 516 startup.log_dependency_warnings();
517 startup.check_unwriteable(); 517 startup.check_unwriteable();
518 startup.load_libraries(); 518 startup.load_libraries();
519 startup.init_http_client(); 519 startup.init_http_client();
520 startup.make_dummy_hosts(); 520 startup.make_dummy_hosts();
521 startup.init_global_protection();
522 end 521 end
523 522
524 function startup.prosody() 523 function startup.prosody()
525 -- These actions are in a strict order, as many depend on 524 -- These actions are in a strict order, as many depend on
526 -- previous steps to have already been performed 525 -- previous steps to have already been performed