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:
John Baldwin
2026-05-18 15:47:41 -04:00
parent be4f245e1e
commit 4f90de0933
-2
View File
@@ -2740,8 +2740,6 @@ main(int argc, char **argv)
pidfile.write();
newconf->isns_schedule_update();
for (;;) {
main_loop(!daemonize);
if (sighup_received) {