]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix function documentation.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 24 Feb 2021 14:25:12 +0000 (15:25 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 24 Feb 2021 14:25:12 +0000 (15:25 +0100)
doc/Changelog
services/listen_dnsport.h

index 52205b5936212f70ccb21d3e0a2371d9f6e0d941..b7af9c4635259e39eecfebd6d6c88736ab85a3a4 100644 (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.
index 215242b30396fdd80533b081652e67c28aa64843..77062f68dc35974b1ae942572e3e096a2b37321a 100644 (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);