* any matching static-stub zone without looking into the cache to honor
* the configuration on which server we should send queries to.
*/
- result = dns_view_find(
- adb->view, adbname->name, rdtype, now, DNS_DBFIND_GLUEOK, true,
- ((adbname->flags & DNS_ADBFIND_STARTATZONE) != 0), NULL, NULL,
- fname, &rdataset, NULL);
+ result =
+ dns_view_find(adb->view, adbname->name, rdtype, now,
+ DNS_DBFIND_GLUEOK | DNS_DBFIND_ADDITIONALOK, true,
+ ((adbname->flags & DNS_ADBFIND_STARTATZONE) != 0),
+ NULL, NULL, fname, &rdataset, NULL);
switch (result) {
case DNS_R_GLUE: