]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix documentation for cache_fill_missing function.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 23 Aug 2024 11:19:15 +0000 (13:19 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 23 Aug 2024 11:19:15 +0000 (13:19 +0200)
doc/Changelog
services/cache/dns.h

index 2f45690887f975df374948fc097af8dcd30ef95f..17b683e6e9e21ef3ec086607f0e288469007dbac 100644 (file)
@@ -7,6 +7,7 @@
          glue.
        - Fix #1127: error: "memory exhausted" when defining more than 9994
          local-zones.
+       - Fix documentation for cache_fill_missing function.
 
 21 August 2024: Wouter
        - Add cross platform freebsd, openbsd and netbsd to github ci.
index 5cb795b07305d144eb9b5344a339440b13d03705..1dd537d2bd5da973424f365343920f543ec71fcf 100644 (file)
@@ -202,6 +202,7 @@ struct dns_msg* dns_cache_lookup(struct module_env* env,
  * @param qclass: which class to look in.
  * @param region: where to store new dp info.
  * @param dp: delegation point to fill missing entries.
+ * @param flags: rrset flags, or 0.
  * @return false on alloc failure.
  */
 int cache_fill_missing(struct module_env* env, uint16_t qclass,