2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

3385. [bug] named-checkconf didn't detect missing master lists

in also-notify clauses. [RT #30810]
This commit is contained in:
Mark Andrews
2012-10-02 13:06:02 +10:00
parent 74069f294a
commit aa49af836c
8 changed files with 55 additions and 14 deletions

View File

@@ -1492,7 +1492,7 @@ dumptostreaminc(dns_dumpctx_t *dctx) {
}
result = dns_dbiterator_first(dctx->dbiter);
if (result != ISC_R_SUCCESS && result != ISC_R_NOMORE)
if (result != ISC_R_SUCCESS)
goto cleanup;
dctx->first = ISC_FALSE;