]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove ns_listenlist_default()
authorPetr Menšík <pemensik@redhat.com>
Mon, 6 Dec 2021 12:44:51 +0000 (13:44 +0100)
committerEvan Hunt <each@isc.org>
Tue, 26 Nov 2024 23:22:30 +0000 (15:22 -0800)
commitc5ebe5eb0aae8cb996c3fdc3b38c7ad45ab7af29
treef426d7c540e9f548d3853ab7e63dde87b42311ce
parent4fa81253ea78fac2048419e561c9d53b008fa774
Remove ns_listenlist_default()

It is not used anywhere in named and is no longer necessary
there.  It was called in some unit tests, but was not actually
needed by them.
lib/ns/include/ns/listenlist.h
lib/ns/listenlist.c
tests/ns/Makefile.am
tests/ns/listenlist_test.c [deleted file]