2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

NXGLUE support

This commit is contained in:
Bob Halley
1999-09-13 18:26:12 +00:00
parent 3d452d4366
commit 3dabf636a0

View File

@@ -769,6 +769,7 @@ main(int argc, char *argv[]) {
found_as = ISC_TRUE;
break;
case DNS_R_NXRDATASET:
case DNS_R_NXGLUE:
if (dns_rdataset_isassociated(&rdataset))
break;
if (dbi != NULL) {