BIND 10 trac2375, updated. ab274f6e1401c8ec716ae0ff4b720830809aa278 [2375] Add missing comment

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Nov 14 08:44:45 UTC 2012


The branch, trac2375 has been updated
       via  ab274f6e1401c8ec716ae0ff4b720830809aa278 (commit)
      from  e79c7f13e2ee7cfb6916d07ce2470236acaa66d2 (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 ab274f6e1401c8ec716ae0ff4b720830809aa278
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Nov 14 09:43:34 2012 +0100

    [2375] Add missing comment

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

Summary of changes:
 src/lib/dns/master_lexer.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_lexer.cc b/src/lib/dns/master_lexer.cc
index 2754d0c..afe7c33 100644
--- a/src/lib/dns/master_lexer.cc
+++ b/src/lib/dns/master_lexer.cc
@@ -159,7 +159,7 @@ const char* const error_text[] = {
     "unbalanced parentheses",   // UNBALANCED_PAREN
     "unexpected end of input",  // UNEXPECTED_END
     "unbalanced quotes",        // UNBALANCED_QUOTES
-    "no token produced"
+    "no token produced"         // NO_TOKEN_PRODUCED
 };
 const size_t error_text_max_count = sizeof(error_text) / sizeof(error_text[0]);
 }



More information about the bind10-changes mailing list