- Fix to add tls-service-key to memory printout for fast_reload.

This commit is contained in:
W.C.A. Wijngaards
2026-03-13 16:49:34 +01:00
parent 8f44ddb7de
commit 8656cfd4c8
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -5325,6 +5325,8 @@ fr_printmem(struct fast_reload_thread* fr,
size_t mem = 0;
if(fr_poll_for_quit(fr))
return 1;
mem += getmem_str(ct->ssl_service_key);
mem += getmem_str(ct->ssl_service_pem);
mem += views_get_mem(ct->views);
mem += respip_set_get_mem(ct->respip_set);
mem += auth_zones_get_mem(ct->auth_zones);
+1
View File
@@ -12,6 +12,7 @@
and tls-cert-bundle changes. It checks the modification time of
the tls-service-key and tls-service-pem files for update.
- Fix detection of http listening port in fast_reload.
- Fix to add tls-service-key to memory printout for fast_reload.
9 March 2026: Wouter
- Fix compile failure in unbound-checkconf for older gcc compiler.