From: W.C.A. Wijngaards Date: Wed, 24 Feb 2021 14:25:12 +0000 (+0100) Subject: - Fix function documentation. X-Git-Tag: release-1.13.2rc1~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ffacc16a22d9826e5115b2f3a8c28c549c0025;p=thirdparty%2Funbound.git - Fix function documentation. --- diff --git a/doc/Changelog b/doc/Changelog index 52205b593..b7af9c463 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/services/listen_dnsport.h b/services/listen_dnsport.h index 215242b30..77062f68d 100644 --- a/services/listen_dnsport.h +++ b/services/listen_dnsport.h @@ -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);