aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2026-05-18 19:47:41 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2026-05-18 19:47:41 +0000
commit4f90de0933218fd257300c6341abf157387f7641 (patch)
treec16c635c44e5c5d17bdb39c57611dbc45348f7d7
parentbe4f245e1e4fe60d43aaff5b11b45f2a9a66a51c (diff)
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
-rw-r--r--usr.sbin/ctld/ctld.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/ctld/ctld.cc b/usr.sbin/ctld/ctld.cc
index 8aaec41e8487..627ecf8bba93 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) {