[svn] commit: r219 - /branches/f2f200910/src/bin/host/host.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 30 01:26:14 UTC 2009


Author: jreed
Date: Fri Oct 30 01:26:14 2009
New Revision: 219

Log:
Remove my MX comments. It works now.

Modified:
    branches/f2f200910/src/bin/host/host.cc

Modified: branches/f2f200910/src/bin/host/host.cc
==============================================================================
--- branches/f2f200910/src/bin/host/host.cc (original)
+++ branches/f2f200910/src/bin/host/host.cc Fri Oct 30 01:26:14 2009
@@ -140,10 +140,7 @@
             host_lookup(argv[1], "A");
 // TODO: don't do next if A doesn't exist
             host_lookup(argv[1], "AAAA");
-cout << "THE FOLLOWING 'MX' WILL FAIL UNTIL SUPPORTED. KEEPING HERE FOR TESTING.\n";
             host_lookup(argv[1], "MX");
-// No MX yet
-// terminate called after throwing an instance of 'isc::dns::DNSInvalidRRType'
         }
 
     }




More information about the bind10-changes mailing list