2
0
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:
Bob Halley
2000-11-27 19:56:16 +00:00
parent aba53c938b
commit 59e1a928bc
2 changed files with 6 additions and 1 deletions

View File

@@ -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]

View File

@@ -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 {
/*