mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix doxygen comment for errinf_to_str_bogus.
This commit is contained in:
parent
63a6b7b255
commit
9abed3fc83
2 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
29 April 2024: Yorgos
|
29 April 2024: Yorgos
|
||||||
- Cleanup unnecessary strdup calls for EDE strings.
|
- Cleanup unnecessary strdup calls for EDE strings.
|
||||||
|
|
||||||
|
29 April 2024: Wouter
|
||||||
|
- Fix doxygen comment for errinf_to_str_bogus.
|
||||||
|
|
||||||
26 April 2024: Wouter
|
26 April 2024: Wouter
|
||||||
- Fix cachedb with serve-expired-client-timeout disabled. The edns
|
- Fix cachedb with serve-expired-client-timeout disabled. The edns
|
||||||
subnet module deletes global cache and cachedb cache when it
|
subnet module deletes global cache and cachedb cache when it
|
||||||
|
|
|
||||||
|
|
@ -831,6 +831,7 @@ void errinf_dname(struct module_qstate* qstate, const char* str,
|
||||||
/**
|
/**
|
||||||
* Create error info in string. For validation failures.
|
* Create error info in string. For validation failures.
|
||||||
* @param qstate: query state.
|
* @param qstate: query state.
|
||||||
|
* @param region: the region for the result or NULL for malloced result.
|
||||||
* @return string or NULL on malloc failure (already logged).
|
* @return string or NULL on malloc failure (already logged).
|
||||||
* This string is malloced if region is NULL and has to be freed by caller.
|
* This string is malloced if region is NULL and has to be freed by caller.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue