BIND 10 trac2430, updated. b9bfb886c58492b361bbbcc0db90d7a0a641d493 [2430] Update a comment

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Feb 14 16:09:12 UTC 2014


The branch, trac2430 has been updated
       via  b9bfb886c58492b361bbbcc0db90d7a0a641d493 (commit)
      from  65c3f68979e3f0fd2078c77f114a45a26faeaaba (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 b9bfb886c58492b361bbbcc0db90d7a0a641d493
Author: Mukund Sivaraman <muks at isc.org>
Date:   Fri Feb 14 21:38:40 2014 +0530

    [2430] Update a comment

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

Summary of changes:
 src/lib/dns/master_loader.cc |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc
index ab4b4be..81db121 100644
--- a/src/lib/dns/master_loader.cc
+++ b/src/lib/dns/master_loader.cc
@@ -612,13 +612,13 @@ MasterLoader::MasterLoaderImpl::doGenerate() {
     const std::string lhs = lhs_token.getString();
 
     // Parse the TTL, RR class and RR type tokens. Note that TTL and RR
-    // class may come in any order and may be missing. If TTL is
-    // missing, we expect that it was either specified explicitly using
-    // $TTL, or is implicitly known from a previous RR, or that this is
-    // the SOA RR from which the MINIMUM field is used. It's unlikely
-    // that $GENERATE will be used with an SOA RR, but it's
-    // possible. The parsing happens within the parseRRParams() helper
-    // method which is called below.
+    // class may come in any order, or may be missing (either or
+    // both). If TTL is missing, we expect that it was either specified
+    // explicitly using $TTL, or is implicitly known from a previous RR,
+    // or that this is the SOA RR from which the MINIMUM field is
+    // used. It's unlikely that $GENERATE will be used with an SOA RR,
+    // but it's possible. The parsing happens within the parseRRParams()
+    // helper method which is called below.
     const MasterToken& param_token = lexer_.getNextToken(MasterToken::STRING);
     if (param_token.getType() != MasterToken::STRING) {
         reportError(lexer_.getSourceName(), lexer_.getSourceLine(),



More information about the bind10-changes mailing list