git: 415d24137704 - stable/15 - ctld: Remove redundant call to conf::isns_schedule_update

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Tue, 23 Jun 2026 16:28:30 UTC
The branch stable/15 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=415d241377042f22df15dde2fdd1fcb1b3eb095d

commit 415d241377042f22df15dde2fdd1fcb1b3eb095d
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-05-18 19:47:41 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-06-23 16:17:31 +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
    
    (cherry picked from commit 4f90de0933218fd257300c6341abf157387f7641)
---
 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) {