Skip to content

Commit

Permalink
- Fix documentation for cache_fill_missing function.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Aug 23, 2024
1 parent db1167c commit dc274fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions services/cache/dns.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dc274fe

Please sign in to comment.