- Fix comment to not trigger doxygen unknown command.

This commit is contained in:
Yorgos Thessalonikefs 2024-09-06 16:03:20 +02:00
parent c36ce2a390
commit d3fdbba877
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
6 September 2024: Yorgos 6 September 2024: Yorgos
- Fix alloc-size and calloc-transposed-args compiler warnings. - Fix alloc-size and calloc-transposed-args compiler warnings.
- Fix comment to not trigger doxygen unknown command.
5 September 2024: Wouter 5 September 2024: Wouter
- Fix config file read for dnstap-sample-rate. - Fix config file read for dnstap-sample-rate.

View File

@ -3684,7 +3684,7 @@ auth_zone_parse_notify_serial(sldns_buffer* pkt, uint32_t *serial)
return 1; 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, static void addr_port_to_str(struct sockaddr_storage* addr, socklen_t addrlen,
char* buf, size_t len) char* buf, size_t len)
{ {