]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix comment for the dname_remove_label_limit_len function.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Jun 2025 09:11:32 +0000 (11:11 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Jun 2025 09:11:32 +0000 (11:11 +0200)
doc/Changelog
util/data/dname.h

index 22ff13ef3dde792c352a7d6ec49bc2bba75b4280..1e8298662f193aa953cae1cdadecfe59bb1a2bae 100644 (file)
@@ -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.
index e4a0313ac6b2cb959420924b8cd1e6bd447289c2..f68c64a03f0d8994dbc1ee6218422f4b4a01fbbf 100644 (file)
@@ -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.
  */