]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not use vector socket functions in diagnostic tools
authorWitold Kręcicki <wpk@isc.org>
Mon, 29 Oct 2018 09:15:42 +0000 (09:15 +0000)
committerMichał Kępień <michal@isc.org>
Wed, 31 Oct 2018 11:12:53 +0000 (12:12 +0100)
commit428daba5cefd8e0e66cac3b0bfaaa5ca5ffaeadd
tree81727a2dd9a9693cca03101bdc5329bc4c9c178a
parent07eebc42e454b298153019ea6654f3f039b64f60
Do not use vector socket functions in diagnostic tools

Refactor diagnostic tools code to no longer use:

  - isc_socket_recvv()
  - isc_socket_sendtov2()
  - isc_socket_sendv()

as these functions will be removed shortly.
bin/dig/dighost.c
bin/dig/include/dig/dig.h
bin/dig/nslookup.c