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:
parent
19c388c98e
commit
5aa9a23af5
@ -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 <config.h>
|
||||
|
||||
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user