BIND 10 trac2445, updated. 8065343bc1c50353260809254e1994642f2b1763 [2445] constify

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Dec 10 17:26:40 UTC 2012


The branch, trac2445 has been updated
       via  8065343bc1c50353260809254e1994642f2b1763 (commit)
      from  807cc540e16eedd53d714a4d9b61a2c24ae31c30 (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 8065343bc1c50353260809254e1994642f2b1763
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Dec 10 09:26:34 2012 -0800

    [2445] constify

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/log/buffer_appender_impl.cc b/src/lib/log/buffer_appender_impl.cc
index 059500c..8899c4f 100644
--- a/src/lib/log/buffer_appender_impl.cc
+++ b/src/lib/log/buffer_appender_impl.cc
@@ -43,7 +43,7 @@ BufferAppender::flushStdout() {
     // be a good idea; as we can't reliably know whether in what
     // state the logger instance is now (or what the specific logger's
     // settings were).
-    LogEventList::iterator it;
+    LogEventList::const_iterator it;
     for (it = stored_.begin(); it != stored_.end(); ++it) {
         const std::string level(it->first);
         LogEventPtr event(it->second);



More information about the bind10-changes mailing list