2
0
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:
Mark Andrews 2012-10-02 16:42:50 +10:00
parent 071fa2718f
commit 37702cb83c

View File

@ -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;