Add options dnssec_request_domains, dnssec_require_domains to the dnslookup router
[exim.git] / src / src / lookups / dnsdb.c
index e2e0f7f0d40662b15ea3d552694abca581e89f72..a1eb2b6587813cb353347da76f746c89a69cf732 100644 (file)
@@ -241,7 +241,7 @@ if ((equals = Ustrchr(keystring, '=')) != NULL)
 
 /* Initialize the resolver in case this is the first time it has been used. */
 
-dns_init(FALSE, FALSE);
+dns_init(FALSE, FALSE, FALSE); /*XXX dnssec? */
 
 /* The remainder of the string must be a list of domains. As long as the lookup
 for at least one of them succeeds, we return success. Failure means that none