mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +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.
|
579. [bug] nsupdate did not take a filename to read update from.
|
||||||
[RT #492]
|
[RT #492]
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -1535,6 +1535,7 @@ fctx_getaddresses(fetchctx_t *fctx) {
|
|||||||
INSIST((stdoptions & DNS_ADBFIND_RETURNLAME) == 0);
|
INSIST((stdoptions & DNS_ADBFIND_RETURNLAME) == 0);
|
||||||
stdoptions |= DNS_ADBFIND_RETURNLAME;
|
stdoptions |= DNS_ADBFIND_RETURNLAME;
|
||||||
pruned = ISC_FALSE;
|
pruned = ISC_FALSE;
|
||||||
|
fctx_cleanupfinds(fctx);
|
||||||
goto restart;
|
goto restart;
|
||||||
} else {
|
} else {
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user