]> git.ipfire.org Git - thirdparty/bind9.git/commit
Reimplement all zone logging functions using dns_zone_logv()
authorMichał Kępień <michal@isc.org>
Mon, 11 Jun 2018 10:49:06 +0000 (12:49 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 11 Jun 2018 10:49:06 +0000 (12:49 +0200)
commit5c03cd339e1c02cc0b05b95bb201d79d38129482
treeb8e30bbb15dbb2f35ded26275aa38ac50eed9570
parentbb2dfb3f49ab707d751c0d83eb26938ed29a1b70
Reimplement all zone logging functions using dns_zone_logv()

In order to decrease code duplication, express the logic contained in
all zone logging functions using dns_zone_logv() calls.
lib/dns/zone.c