]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove the remaining uses of dns_name_copy()
authorEvan Hunt <each@isc.org>
Sat, 22 May 2021 00:10:59 +0000 (17:10 -0700)
committerEvan Hunt <each@isc.org>
Sat, 22 May 2021 07:22:32 +0000 (00:22 -0700)
commitb1fe1b8ae34ddc45b3191a49c5a9ef0aeb841cc0
tree5ddc2379bfdbd08c87325c8804949743386cd104
parent6803f394c5ece01c049aa9658349336b156bb078
remove the remaining uses of dns_name_copy()

dns_name_copy() has been replaced nearly everywhere with
dns_name_copynf().  this commit changes the last two uses of
the original function.  afterward, we can remove the old
dns_name_copy() implementation, and replace it with _copynf().
bin/dig/dighost.c
lib/dns/badcache.c