- Fix function documentation.

This commit is contained in:
W.C.A. Wijngaards 2021-02-24 15:25:12 +01:00
parent d3497f6bd1
commit e6ffacc16a
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
24 February 2021: Wouter
- On startup of unbound it checks if rlimits on memory size look
sufficient for the configured cache size, and logs warning if not.
- Fix function documentation.
23 February 2021: Wouter
- Fix for zonemd, that domain-insecure zones work without dnssec.

View file

@ -149,6 +149,7 @@ int resolve_interface_names(struct config_file* cfg, char*** resif,
/**
* Return true if the config contains settinsg that enable https.
* @param cfg: config information.
* @return true if https ports are used for server.
*/
int cfg_has_https(struct config_file* cfg);