]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix that fast reload copies the iter_scrub_ns, iter_scrub_cname
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 22 Jan 2026 08:42:56 +0000 (09:42 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 22 Jan 2026 08:42:56 +0000 (09:42 +0100)
  and max_global_quota options.

daemon/remote.c
doc/Changelog

index bcf0942af5e042fb21ed5d30782bb9ba904925a6..702aa5f4e29ebbf72d3111a96867f8060fa729c7 100644 (file)
@@ -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 */
index 9b3d1d9da45aeef9fc8d69f7549f242d2a22284c..c282ec21f62464a05d70f536f9b4316efc6a959e 100644 (file)
@@ -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.