git: 4f90de093321 - main - ctld: Remove redundant call to conf::isns_schedule_update

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Mon, 18 May 2026 19:51:11 UTC
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=4f90de0933218fd257300c6341abf157387f7641

commit 4f90de0933218fd257300c6341abf157387f7641
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-05-18 19:47:41 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-05-18 19:47:41 +0000

    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 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) {