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:
@@ -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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user