BIND 10 trac2768, updated. e8757a6861d8328cf7f8f2bd815af3a6461cfdc9 [2768] (minor) Style tweaks

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Mar 6 09:47:53 UTC 2013


The branch, trac2768 has been updated
       via  e8757a6861d8328cf7f8f2bd815af3a6461cfdc9 (commit)
      from  83966d1e3ede61d6e71a26d179e2d2d30b4655df (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 e8757a6861d8328cf7f8f2bd815af3a6461cfdc9
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Mar 6 10:47:10 2013 +0100

    [2768] (minor) Style tweaks

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

Summary of changes:
 src/lib/config/ccsession.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/config/ccsession.h b/src/lib/config/ccsession.h
index c429d7a..2f8dd78 100644
--- a/src/lib/config/ccsession.h
+++ b/src/lib/config/ccsession.h
@@ -157,12 +157,13 @@ public:
         CCSessionError(file, line, what),
         rcode_(rcode)
     {}
+
     /// \brief The error code for the error.
     int rcode() const {
         return (rcode_);
     }
 private:
-    int rcode_;
+    const int rcode_;
 };
 
 /// \brief Specific version of RPCError for the case the recipient of command



More information about the bind10-changes mailing list