]> git.ipfire.org Git - thirdparty/bind9.git/commit
Handle address lookup failure more gracefully
authorMark Andrews <marka@isc.org>
Mon, 30 Jan 2023 00:18:49 +0000 (11:18 +1100)
committerMark Andrews <marka@isc.org>
Tue, 31 Jan 2023 12:51:44 +0000 (23:51 +1100)
commitf1387514c68c338fe35ed4bfaa73ec06136a9f92
tree9ffb206b3aa0cf7b1baceb43586886a0695a005f
parentfa21157bc17f687feb2f5a8c0b206144c46ebe72
Handle address lookup failure more gracefully

If the address lookup of the primary server fails just abort
the current update request rather than calling exit.  This allows
nsupdate to cleanup gracefully.
bin/nsupdate/nsupdate.c