]> git.ipfire.org Git - thirdparty/bind9.git/commit
Adjust dns_message_logpacketfromto() log prefixes
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)
commit58d38352eebbc6ed3c917c52ac693d3df8a3b94c
tree7be7013a23594307e25c051f9a3ec2de7c8c6174
parentc5555a5ca215bf971e27856f6a8f511d86074f1c
Adjust dns_message_logpacketfromto() log prefixes

Ensure the log prefixes passed to the dns_message_logpacketfromto()
function by its callers do not include the words "from" or "to" as those
are now emitted by the logfmtpacket() helper function.
lib/dns/resolver.c