-/* $Cambridge: exim/src/src/dns.c,v 1.7 2005/06/10 13:29:36 tom Exp $ */
+/* $Cambridge: exim/src/src/dns.c,v 1.8 2005/06/10 13:38:06 tom Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
contents of any rr blocks returned by dns_next_rr() as they use the same
area in the dnsa block. */
- DEBUG(D_dns) debug_printf("Back in dns_lookup()\n");
-
cname_rr.data = type_rr.data = NULL;
for (rr = dns_next_rr(dnsa, &dnss, RESET_ANSWERS);
rr != NULL;
-/* $Cambridge: exim/src/src/lookups/dnsdb.c,v 1.12 2005/06/10 13:29:36 tom Exp $ */
+/* $Cambridge: exim/src/src/lookups/dnsdb.c,v 1.13 2005/06/10 13:38:06 tom Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
found = domain;
rc = dns_special_lookup(&dnsa, domain, type, &found);
- DEBUG(D_lookup) debug_printf("Back in dnsdb_find\n");
-
if (rc == DNS_NOMATCH || rc == DNS_NODATA) continue;
if (rc != DNS_SUCCEED)
{