summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src/dns.c4
-rw-r--r--src/src/lookups/dnsdb.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/src/dns.c b/src/src/dns.c
index e7381725f..f322fafca 100644
--- a/src/src/dns.c
+++ b/src/src/dns.c
@@ -1,4 +1,4 @@
-/* $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 *
@@ -556,8 +556,6 @@ for (i = 0; i < 10; i++)
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;
diff --git a/src/src/lookups/dnsdb.c b/src/src/lookups/dnsdb.c
index 17bffba42..169fd67f1 100644
--- a/src/src/lookups/dnsdb.c
+++ b/src/src/lookups/dnsdb.c
@@ -1,4 +1,4 @@
-/* $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 *
@@ -260,8 +260,6 @@ while ((domain = string_nextinlist(&keystring, &sep, buffer, sizeof(buffer)))
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)
{