mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix fr_atomic_copy_cfg.
This commit is contained in:
parent
499a3a7a61
commit
5e2fdff8e5
2 changed files with 2 additions and 0 deletions
|
|
@ -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_ciphers);
|
||||||
COPY_VAR_ptr(tls_ciphersuites);
|
COPY_VAR_ptr(tls_ciphersuites);
|
||||||
COPY_VAR_int(tls_use_sni);
|
COPY_VAR_int(tls_use_sni);
|
||||||
|
COPY_VAR_int(tls_use_system_policy_versions);
|
||||||
COPY_VAR_int(https_port);
|
COPY_VAR_int(https_port);
|
||||||
COPY_VAR_ptr(http_endpoint);
|
COPY_VAR_ptr(http_endpoint);
|
||||||
COPY_VAR_uint32_t(http_max_streams);
|
COPY_VAR_uint32_t(http_max_streams);
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
changed, to call modstack_config with. And skip the changed name
|
changed, to call modstack_config with. And skip the changed name
|
||||||
in the string correctly. Thanks to Jan Komissar.
|
in the string correctly. Thanks to Jan Komissar.
|
||||||
- Neaten up the change in acx_nlnetlabs.m4 to version 49.
|
- Neaten up the change in acx_nlnetlabs.m4 to version 49.
|
||||||
|
- Fix fr_atomic_copy_cfg.
|
||||||
|
|
||||||
26 September 2025: Yorgos
|
26 September 2025: Yorgos
|
||||||
- Test for nonstring attribute in configure and add
|
- Test for nonstring attribute in configure and add
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue