mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
do not INSIST when restarting with returnlame
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -1,3 +1,7 @@
|
||||
580. [bug] In lib/dns/resolver.c, an INSIST was triggered
|
||||
in fctx_getaddresses() when restarting with
|
||||
returnlame.
|
||||
|
||||
579. [bug] nsupdate did not take a filename to read update from.
|
||||
[RT #492]
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: resolver.c,v 1.183 2000/11/22 23:16:04 bwelling Exp $ */
|
||||
/* $Id: resolver.c,v 1.184 2000/11/27 19:56:16 halley Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -1535,6 +1535,7 @@ fctx_getaddresses(fetchctx_t *fctx) {
|
||||
INSIST((stdoptions & DNS_ADBFIND_RETURNLAME) == 0);
|
||||
stdoptions |= DNS_ADBFIND_RETURNLAME;
|
||||
pruned = ISC_FALSE;
|
||||
fctx_cleanupfinds(fctx);
|
||||
goto restart;
|
||||
} else {
|
||||
/*
|
||||
|
Reference in New Issue
Block a user