]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix doxygen comment for errinf_to_str_bogus.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Apr 2024 11:42:26 +0000 (13:42 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Apr 2024 11:42:26 +0000 (13:42 +0200)
doc/Changelog
util/module.h

index f519575758cecc774dc16c85ad3933759bf521b7..dab04633d4617023c81b5c97f85c815fbd23ed3d 100644 (file)
@@ -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
index 9020bfee9cb9359ed635f891e895dd2ba7919bed..c9df74624918fbe93c9d1d3e1b62786b428f3068 100644 (file)
@@ -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.
  */