ctld: Remove redundant call to conf::isns_schedule_update
This is already called at the end of conf::apply. Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D56530
This commit is contained in:
@@ -2740,8 +2740,6 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
pidfile.write();
|
pidfile.write();
|
||||||
|
|
||||||
newconf->isns_schedule_update();
|
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
main_loop(!daemonize);
|
main_loop(!daemonize);
|
||||||
if (sighup_received) {
|
if (sighup_received) {
|
||||||
|
|||||||
Reference in New Issue
Block a user