Revert accidental bogus checkin, sorry
authorTom Kistner <tom@duncanthrax.net>
Fri, 10 Jun 2005 13:38:06 +0000 (13:38 +0000)
committerTom Kistner <tom@duncanthrax.net>
Fri, 10 Jun 2005 13:38:06 +0000 (13:38 +0000)
src/src/dns.c
src/src/lookups/dnsdb.c

index e7381725f0e0fe6f41de2603154cdfa531b4c170..f322fafca1679efc8502973db3a9d63a06b651d0 100644 (file)
@@ -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;
index 17bffba42fc87faf76ad51cc0e4747ed9d4f7025..169fd67f1bf7729f9161c822bd5c7343202cef13 100644 (file)
@@ -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)
     {