mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
reapply accidentally reversed change
This commit is contained in:
parent
071fa2718f
commit
37702cb83c
@ -1492,7 +1492,7 @@ dumptostreaminc(dns_dumpctx_t *dctx) {
|
||||
}
|
||||
|
||||
result = dns_dbiterator_first(dctx->dbiter);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
if (result != ISC_R_SUCCESS && result != ISC_R_NOMORE)
|
||||
goto cleanup;
|
||||
|
||||
dctx->first = ISC_FALSE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user