BIND 10 jreed-host, updated. 21385dbdb72fe02275c859a88674a9d2166a0ed0 [jreed-host] remove now wrong comment -- supports other classes too

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 20 17:49:50 UTC 2011


The branch, jreed-host has been updated
       via  21385dbdb72fe02275c859a88674a9d2166a0ed0 (commit)
      from  158af09a0032d47503a9e52102bc495b8d5bba46 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 21385dbdb72fe02275c859a88674a9d2166a0ed0
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Wed Apr 20 12:49:34 2011 -0500

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

-----------------------------------------------------------------------

Summary of changes:
 src/bin/host/host.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/host/host.cc b/src/bin/host/host.cc
index 1edb478..c1ea29b 100644
--- a/src/bin/host/host.cc
+++ b/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);




More information about the bind10-changes mailing list