Skip to content

Commit

Permalink
- Fix doxygen comment for errinf_to_str_bogus.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Apr 29, 2024
1 parent 63a6b7b commit 9abed3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
29 April 2024: Yorgos
- Cleanup unnecessary strdup calls for EDE strings.

29 April 2024: Wouter
- Fix doxygen comment for errinf_to_str_bogus.

26 April 2024: Wouter
- Fix cachedb with serve-expired-client-timeout disabled. The edns
subnet module deletes global cache and cachedb cache when it
Expand Down
1 change: 1 addition & 0 deletions util/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ void errinf_dname(struct module_qstate* qstate, const char* str,
/**
* Create error info in string. For validation failures.
* @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).
* This string is malloced if region is NULL and has to be freed by caller.
*/
Expand Down

0 comments on commit 9abed3f

Please sign in to comment.