2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

MANYERRORS would cause the next line to be skipped if dns_rdata_fromtext failed.

This commit is contained in:
Mark Andrews 2001-03-06 13:32:42 +00:00
parent 19c388c98e
commit 5aa9a23af5

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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 <config.h> #include <config.h>
@ -1400,7 +1400,6 @@ load(dns_loadctx_t *lctx) {
callbacks); callbacks);
if (MANYERRS(lctx, result)) { if (MANYERRS(lctx, result)) {
SETRESULT(lctx, result); SETRESULT(lctx, result);
read_till_eol = ISC_TRUE;
continue; continue;
} else if (result != ISC_R_SUCCESS) } else if (result != ISC_R_SUCCESS)
goto insist_and_cleanup; goto insist_and_cleanup;