mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:10:00 -04:00
do not INSIST when restarting with returnlame
This commit is contained in:
parent
aba53c938b
commit
59e1a928bc
2 changed files with 6 additions and 1 deletions
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 {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue