]> git.ipfire.org Git - thirdparty/bind9.git/commit
Clean up the dns_dispatch_getudp API
authorOndřej Surý <ondrej@sury.org>
Wed, 12 May 2021 21:27:15 +0000 (23:27 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 9 Jul 2021 13:58:02 +0000 (15:58 +0200)
commit7cbfbc8faae0042227e19ec5892f57b6d7cca922
treee8f31a30a61772233adac23bf74b916cb6b6a307
parentf487c6948b65bfb34bbfac9665f375543a5f34e6
Clean up the dns_dispatch_getudp API

Cleanup unused parts of dns_dispatch_getudp API, remove
dns_dispatch_getudp_dup() function and related code.
13 files changed:
bin/named/server.c
bin/nsupdate/nsupdate.c
bin/tests/system/pipelined/pipequeries.c
bin/tests/system/tkey/keycreate.c
bin/tests/system/tkey/keydelete.c
bin/tools/mdig.c
lib/dns/client.c
lib/dns/dispatch.c
lib/dns/include/dns/dispatch.h
lib/dns/request.c
lib/dns/resolver.c
lib/dns/tests/dispatch_test.c
lib/dns/tests/resolver_test.c