From 565bce670cd808b1e2d6dc612632894a038067cd Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 5 Jun 2025 11:11:32 +0200 Subject: [PATCH] - Fix comment for the dname_remove_label_limit_len function. --- doc/Changelog | 1 + util/data/dname.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 22ff13ef3..1e8298662 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 5 June 2025: Wouter - Fix unbound-anchor certificate file read for line ends and end of file. + - Fix comment for the dname_remove_label_limit_len function. 3 June 2025: Yorgos - Small manpage corrections for the 'disable-dnssec-lame-check' option. diff --git a/util/data/dname.h b/util/data/dname.h index e4a0313ac..f68c64a03 100644 --- a/util/data/dname.h +++ b/util/data/dname.h @@ -273,7 +273,7 @@ void dname_remove_label(uint8_t** dname, size_t* len); * @param dname: from what to strip off. uncompressed wireformat. * @param len: length, adjusted to become less. * @param lenlimit: length limit that we can't surpass (usually the zone apex). - * return + * @return * o 1, and dname stripped off, or "." if input was ".", else * o 0, if going up would surpass lenlimit. */ -- 2.47.3