BIND 10 trac1698-test, updated. 638db2f91b681d050081a15e701011630c421f06 [1698-test] one more editorial fix: folded a long line

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 8 00:19:14 UTC 2012


The branch, trac1698-test has been updated
       via  638db2f91b681d050081a15e701011630c421f06 (commit)
      from  321b22346c57951b3e9758b471c4a1c95f5bb5be (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 638db2f91b681d050081a15e701011630c421f06
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Mar 7 16:19:01 2012 -0800

    [1698-test] one more editorial fix: folded a long line

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

Summary of changes:
 src/lib/log/message_initializer.cc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/log/message_initializer.cc b/src/lib/log/message_initializer.cc
index b56e29f..e6c3a56 100644
--- a/src/lib/log/message_initializer.cc
+++ b/src/lib/log/message_initializer.cc
@@ -74,7 +74,8 @@ MessageInitializer::loadDictionary() {
         // global list of duplicate IDs.
         if (!repeats.empty()) {
             std::vector<std::string>& duplicates = getDuplicates();
-            duplicates.insert(duplicates.end(), repeats.begin(), repeats.end());
+            duplicates.insert(duplicates.end(), repeats.begin(),
+                              repeats.end());
         }
     }
 



More information about the bind10-changes mailing list