- Fix fr_atomic_copy_cfg.

This commit is contained in:
W.C.A. Wijngaards 2025-09-29 12:08:30 +02:00
parent 499a3a7a61
commit 5e2fdff8e5
2 changed files with 2 additions and 0 deletions

View 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);

View 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