BIND 10 trac1924, updated. b13d755de9ad00a27e63d863ac977aa6a18fb8c7 [1924] cancel a constify; recent change does not allow that any more.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 7 19:40:14 UTC 2013


The branch, trac1924 has been updated
       via  b13d755de9ad00a27e63d863ac977aa6a18fb8c7 (commit)
      from  7f8ec08cfd2eb7c92041fece5a4e67d48fb822f8 (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 b13d755de9ad00a27e63d863ac977aa6a18fb8c7
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 7 11:39:03 2013 -0800

    [1924] cancel a constify; recent change does not allow that any more.

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

Summary of changes:
 src/lib/cc/tests/session_unittests.cc |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/cc/tests/session_unittests.cc b/src/lib/cc/tests/session_unittests.cc
index 939549c..789fa0d 100644
--- a/src/lib/cc/tests/session_unittests.cc
+++ b/src/lib/cc/tests/session_unittests.cc
@@ -184,8 +184,7 @@ protected:
 
     // Check the session sent a message with the given header. The
     // message is hardcoded.
-    void checkSentMessage(const string& expected_hdr,
-                          const char* description) const
+    void checkSentMessage(const string& expected_hdr, const char* description)
     {
         SCOPED_TRACE(description);
         const SentMessage &msg(sess.getSentMessage());



More information about the bind10-changes mailing list