]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rename dns_message_logfmtpacket()
authorMichał Kępień <michal@isc.org>
Tue, 31 Dec 2024 04:40:48 +0000 (05:40 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 31 Dec 2024 04:40:48 +0000 (05:40 +0100)
commitfa073a0a63194c1a0cbd92ea19be28ee8e1aef24
treec115e756393f66f2db8a83b3b19db585fcf18c59
parentbafa5d3c2eae962eb2ccd58ea8196149371cb974
Rename dns_message_logfmtpacket()

Since dns_message_logfmtpacket() needs to be provided with both "from"
and "to" socket addresses, rename it to dns_message_logpacketfromto() so
that its name better conveys its purpose.  Clean up the code comments
for that function.
lib/dns/include/dns/message.h
lib/dns/message.c
lib/dns/resolver.c