From 4f90de0933218fd257300c6341abf157387f7641 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 18 May 2026 15:47:41 -0400 Subject: [PATCH] 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 --- usr.sbin/ctld/ctld.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/ctld/ctld.cc b/usr.sbin/ctld/ctld.cc index 8aaec41e848..627ecf8bba9 100644 --- a/usr.sbin/ctld/ctld.cc +++ b/usr.sbin/ctld/ctld.cc @@ -2740,8 +2740,6 @@ main(int argc, char **argv) pidfile.write(); - newconf->isns_schedule_update(); - for (;;) { main_loop(!daemonize); if (sighup_received) {