From e6ffacc16a22d9826e5115b2f3a8c28c549c0025 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Wed, 24 Feb 2021 15:25:12 +0100 Subject: [PATCH] - Fix function documentation. --- doc/Changelog | 1 + services/listen_dnsport.h | 1 + 2 files changed, 2 insertions(+) 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); -- 2.47.2