Parcourir la source

Remove my MX comments. It works now.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@219 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed il y a 15 ans
Parent
commit
ec8bfa7e24
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      src/bin/host/host.cc

+ 0 - 3
src/bin/host/host.cc

@@ -140,10 +140,7 @@ main(int argc, char* argv[])
             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'
         }
 
     }