Skip to content

Commit

Permalink
- Fix comment to not trigger doxygen unknown command.
Browse files Browse the repository at this point in the history
  • Loading branch information
gthess committed Sep 6, 2024
1 parent c36ce2a commit d3fdbba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
6 September 2024: Yorgos
- Fix alloc-size and calloc-transposed-args compiler warnings.
- Fix comment to not trigger doxygen unknown command.

5 September 2024: Wouter
- Fix config file read for dnstap-sample-rate.
Expand Down
2 changes: 1 addition & 1 deletion services/authzone.c
Original file line number Diff line number Diff line change
Expand Up @@ -3684,7 +3684,7 @@ auth_zone_parse_notify_serial(sldns_buffer* pkt, uint32_t *serial)
return 1;
}

/** print addr to str, and if not 53, append @port number, for logs. */
/** print addr to str, and if not 53, append "@port_number", for logs. */
static void addr_port_to_str(struct sockaddr_storage* addr, socklen_t addrlen,
char* buf, size_t len)
{
Expand Down

0 comments on commit d3fdbba

Please sign in to comment.