Skip to content

Commit 07c9679

Browse files
committed
- Fix doxygen comment syntax.
1 parent 84ab430 commit 07c9679

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

doc/Changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
the step in the chain of trust as secure, when it was not.
4646
Thanks to Qifan Zhang, Palo Alto Networks for the report.
4747
- Set version number to 1.25.0 of code repository.
48+
- Fix doxygen comment syntax.
4849

4950
20 April 2026: Wouter
5051
- Fix compile warnings for thread setname routine, and test compile.

validator/val_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ struct dns_msg* val_find_DS(struct module_env* env, uint8_t* nm, size_t nmlen,
429429

430430
/**
431431
* Derive expected CNAME target from DNAME substitution per RFC 6672 s3.1
432-
* @param cname: CNAME RRset, (e.g., b.d.a005.test CNAME <some cname target>)
432+
* @param cname: CNAME RRset, (e.g., b.d.a005.test CNAME 'some cname target')
433433
* @param dname: DNAME RRset, (e.g., d.a005.test DNAME tgt.a005.test)
434434
* @param out: Output buffer for expected CNAME target
435435
* @param outlen: Output buffer size

0 commit comments

Comments
 (0)