2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

add missing DNS_DBFIND_GLUEOK

This commit is contained in:
Bob Halley
1999-11-03 03:20:16 +00:00
parent 77b9650eb1
commit 75841ddeb0

View File

@@ -1261,7 +1261,8 @@ a6find(void *arg, dns_name_t *a6name, dns_rdatatype_t type,
* isc_stdtime_get() on every dns_view_find().
*/
return (dns_view_find(adb->view, a6name, type, 0, 0, ISC_FALSE,
return (dns_view_find(adb->view, a6name, type, 0,
DNS_DBFIND_GLUEOK, ISC_FALSE,
rdataset, sigrdataset));
}