mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix comment to not trigger doxygen unknown command.
This commit is contained in:
parent
c36ce2a390
commit
d3fdbba877
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue