From 5aa9a23af55cef43eb6ba91ca68e22bead1b7788 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 6 Mar 2001 13:32:42 +0000 Subject: [PATCH] MANYERRORS would cause the next line to be skipped if dns_rdata_fromtext failed. --- lib/dns/master.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/dns/master.c b/lib/dns/master.c index 97d1a4e544..6f389d8327 100644 --- a/lib/dns/master.c +++ b/lib/dns/master.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master.c,v 1.110 2001/02/21 03:53:11 marka Exp $ */ +/* $Id: master.c,v 1.111 2001/03/06 13:32:42 marka Exp $ */ #include @@ -1400,7 +1400,6 @@ load(dns_loadctx_t *lctx) { callbacks); if (MANYERRS(lctx, result)) { SETRESULT(lctx, result); - read_till_eol = ISC_TRUE; continue; } else if (result != ISC_R_SUCCESS) goto insist_and_cleanup;