Browse Source

[jreed-host] remove now wrong comment -- supports other classes too

Jeremy C. Reed 14 years ago
parent
commit
21385dbdb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/host/host.cc

+ 1 - 1
src/bin/host/host.cc

@@ -67,7 +67,7 @@ host_lookup(const char* const name, const char* const dns_class,
     }
 
     msg.addQuestion(Question(Name(name),
-                             RRClass(dns_class),    // IN class only for now
+                             RRClass(dns_class),
                              any ? RRType::ANY() : RRType(type)));  // if NULL then:
 
     OutputBuffer obuffer(512);