From: W.C.A. Wijngaards Date: Thu, 22 Jan 2026 08:42:56 +0000 (+0100) Subject: - Fix that fast reload copies the iter_scrub_ns, iter_scrub_cname X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b71261a25372682e4bcaf9258b4671676314ec;p=thirdparty%2Funbound.git - Fix that fast reload copies the iter_scrub_ns, iter_scrub_cname and max_global_quota options. --- diff --git a/daemon/remote.c b/daemon/remote.c index bcf0942af..702aa5f4e 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -6181,6 +6181,9 @@ fr_atomic_copy_cfg(struct config_file* oldcfg, struct config_file* cfg, COPY_VAR_ptr(ipset_name_v6); #endif COPY_VAR_int(ede); + COPY_VAR_int(iter_scrub_ns); + COPY_VAR_int(iter_scrub_cname); + COPY_VAR_int(max_global_quota); COPY_VAR_int(iter_scrub_promiscuous); } #endif /* ATOMIC_POINTER_LOCK_FREE && HAVE_LINK_ATOMIC_STORE */ diff --git a/doc/Changelog b/doc/Changelog index 9b3d1d9da..c282ec21f 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +22 January 2026: Wouter + - Fix that fast reload copies the iter_scrub_ns, iter_scrub_cname + and max_global_quota options. + 21 January 2026: Wouter - Merge #1388: QNX Porting support for unbound.