NXDOMAIN NXT support

This commit is contained in:
Bob Halley
1999-08-26 07:00:43 +00:00
parent b39326d06e
commit 732e537cdc

View File

@@ -742,6 +742,10 @@ main(int argc, char *argv[]) {
dns_db_detach(&db);
}
continue;
case DNS_R_NXDOMAIN:
if (dns_rdataset_isassociated(&rdataset))
break;
/* FALLTHROUGH */
default:
if (dbi == NULL)
dns_db_detach(&db);