[master] fixed mistake with delve +short

This commit is contained in:
Evan Hunt
2014-02-16 13:25:53 -08:00
parent b412cb5334
commit cd38c8c1bb
+3 -1
View File
@@ -465,7 +465,9 @@ printdata(dns_rdataset_t *rdataset, dns_name_t *owner,
if (result == ISC_R_NOSPACE) {
isc_mem_put(mctx, t, len);
len += 1024;
} else
} else if (result == ISC_R_NOMORE)
result = ISC_R_SUCCESS;
else
CHECK(result);
} while (result == ISC_R_NOSPACE);