Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2026 19:51:11 +0000
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4f90de093321 - main - ctld: Remove redundant call to conf::isns_schedule_update
Message-ID:  <6a0b6daf.3715e.55456aab@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0b6daf.3715e.55456aab>