From 9abed3fc8336d5f7688058c5675b7162ffa9d67e Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Mon, 29 Apr 2024 13:42:26 +0200 Subject: [PATCH] - Fix doxygen comment for errinf_to_str_bogus. --- doc/Changelog | 3 +++ util/module.h | 1 + 2 files changed, 4 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index f51957575..dab04633d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 diff --git a/util/module.h b/util/module.h index 9020bfee9..c9df74624 100644 --- a/util/module.h +++ b/util/module.h @@ -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. */