]> git.ipfire.org Git - thirdparty/bind9.git/commit
Handle ISC_R_SHUTTINGDOWN in dighost.c:tcp_connected
authorMark Andrews <marka@isc.org>
Thu, 7 Dec 2023 02:36:46 +0000 (13:36 +1100)
committerMark Andrews <marka@isc.org>
Mon, 18 Dec 2023 22:43:15 +0000 (09:43 +1100)
commitae24792ea2858517a3ed50ac247ab59c84cd81f2
treec290faf7d6e4b663efcbcf21511c706738333f9a
parent270c51f3289ef90d11136201555e665714e9c6a4
Handle ISC_R_SHUTTINGDOWN in dighost.c:tcp_connected

dig was making further queries after SIGINT was recieved rather
than shutting down as expected.
bin/dig/dighost.c