mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
reapply accidentally reversed change
This commit is contained in:
@@ -1492,7 +1492,7 @@ dumptostreaminc(dns_dumpctx_t *dctx) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
result = dns_dbiterator_first(dctx->dbiter);
|
result = dns_dbiterator_first(dctx->dbiter);
|
||||||
if (result != ISC_R_SUCCESS)
|
if (result != ISC_R_SUCCESS && result != ISC_R_NOMORE)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
||||||
dctx->first = ISC_FALSE;
|
dctx->first = ISC_FALSE;
|
||||||
|
Reference in New Issue
Block a user