- Fix for #1457: fix thread setname for thread start of
dnstap, and fast_reload.
- Fix to update github ci actions/checkout to v7.
+ - Fix warning about file_string_matches in unbound-checkconf.
17 June 2026: Wouter
- Fix that after fast_reload the disown of the auth zone
}
}
+#ifdef USE_IPSECMOD
/** Compare filename with string, true if it matches the name. */
static int
file_string_matches(char* str, char* fname, struct config_file* cfg)
free(f);
return 0;
}
+#endif /* USE_IPSECMOD */
/** Compare filename with list of files, true if list contains the name. */
static int