]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix fr_atomic_copy_cfg.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Sep 2025 10:08:30 +0000 (12:08 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Sep 2025 10:08:30 +0000 (12:08 +0200)
daemon/remote.c
doc/Changelog

index 8408e2273bf195db191c2fa01fafe97c2270edf5..e48be84728fa2cfef4480d1eb296a082907f60bf 100644 (file)
@@ -5870,6 +5870,7 @@ fr_atomic_copy_cfg(struct config_file* oldcfg, struct config_file* cfg,
        COPY_VAR_ptr(tls_ciphers);
        COPY_VAR_ptr(tls_ciphersuites);
        COPY_VAR_int(tls_use_sni);
+       COPY_VAR_int(tls_use_system_policy_versions);
        COPY_VAR_int(https_port);
        COPY_VAR_ptr(http_endpoint);
        COPY_VAR_uint32_t(http_max_streams);
index c73f197d7300378d23f8deae7f83bb43c00ff40f..8499a910a315e79d2331ed5d601ca5aadc81b041 100644 (file)
@@ -4,6 +4,7 @@
          changed, to call modstack_config with. And skip the changed name
          in the string correctly. Thanks to Jan Komissar.
        - Neaten up the change in acx_nlnetlabs.m4 to version 49.
+       - Fix fr_atomic_copy_cfg.
 
 26 September 2025: Yorgos
        - Test for nonstring attribute in configure and add