BIND 10 trac2377, updated. 160677ea7d08e14bd2fc736f2d7b6763ceb2366a [2377] Note about SOA

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Dec 11 10:21:08 UTC 2012


The branch, trac2377 has been updated
       via  160677ea7d08e14bd2fc736f2d7b6763ceb2366a (commit)
      from  3b1f845a12b4b30ae1cc4c1bdf2af8923995dfca (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 160677ea7d08e14bd2fc736f2d7b6763ceb2366a
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Dec 11 11:21:00 2012 +0100

    [2377] Note about SOA

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

Summary of changes:
 src/lib/dns/master_loader.cc |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc
index f556dde..6c13f9c 100644
--- a/src/lib/dns/master_loader.cc
+++ b/src/lib/dns/master_loader.cc
@@ -162,6 +162,7 @@ MasterLoader::MasterLoaderImpl::loadIncremental(size_t count_limit) {
                 isc_throw(isc::BadValue, "Class mismatch: " << rrclass <<
                           "vs. " << zone_class_);
             }
+            // TODO: Check if it is SOA, it should be at the origin.
 
             const rdata::RdataPtr data(rdata::createRdata(rrtype, rrclass,
                                                           lexer_,



More information about the bind10-changes mailing list