BIND 10 trac1003, updated. 253a3fad875abba510e13a3112b6176b9e272e84 [trac1003] some trivial and editorial changes

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jul 22 01:05:00 UTC 2011


The branch, trac1003 has been updated
       via  253a3fad875abba510e13a3112b6176b9e272e84 (commit)
      from  eff38a97dea5a54b7a9f3e1213cd5e8b2b15be37 (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 253a3fad875abba510e13a3112b6176b9e272e84
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Jul 21 18:04:43 2011 -0700

    [trac1003] some trivial and editorial changes

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

Summary of changes:
 src/lib/config/ccsession.cc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/config/ccsession.cc b/src/lib/config/ccsession.cc
index 9f4a5c6..2890e22 100644
--- a/src/lib/config/ccsession.cc
+++ b/src/lib/config/ccsession.cc
@@ -192,7 +192,7 @@ ConstElementPtr getValueOrDefault(ConstElementPtr config_part,
 // letter of the name read in is lower-cased.
 //
 // In this way, you configure resolver logging with the name "resolver" and in
-// the printed output it becomes "b10-resolver".  
+// the printed output it becomes "b10-resolver".
 //
 // To allow for (a) people using b10-resolver in the configuration instead of
 // "resolver" and (b) that fact that during the resolution of wildcards in
@@ -335,7 +335,7 @@ getRelatedLoggers(ConstElementPtr loggers) {
         }
     }
 
-    // Mow find the wildcard names (the one that start with "*").
+    // Now find the wildcard names (the one that start with "*").
     BOOST_FOREACH(ConstElementPtr cur_logger, loggers->listValue()) {
         std::string cur_name = cur_logger->get("name")->stringValue();
         // If name is '*', or starts with '*.', replace * with root
@@ -366,7 +366,7 @@ getRelatedLoggers(ConstElementPtr loggers) {
             }
         }
     }
-    return result;
+    return (result);
 }
 
 void




More information about the bind10-changes mailing list