Browse 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 15 years ago
parent
commit
ec8bfa7e24
1 changed files with 0 additions and 3 deletions
  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'
         }
 
     }