From 37702cb83cfae78df1bb2a90cde8580091dece0b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 2 Oct 2012 16:42:50 +1000 Subject: [PATCH] reapply accidentally reversed change --- lib/dns/masterdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index 42ba1f5fa4..e66b34dc22 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -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;