From 5e2fdff8e50808fba9182810424faa1d41c81487 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Mon, 29 Sep 2025 12:08:30 +0200 Subject: [PATCH] - Fix fr_atomic_copy_cfg. --- daemon/remote.c | 1 + doc/Changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/daemon/remote.c b/daemon/remote.c index 8408e2273..e48be8472 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -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); diff --git a/doc/Changelog b/doc/Changelog index c73f197d7..8499a910a 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 -- 2.47.3