BIND 10 trac1522, updated. 0a9bcf007a5e71875e15a0c878c440bd51ca5e40 [1522] forgot to make another cleanup: made the constructor of SocketRequestorCCSession 'explicit'.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Dec 30 20:50:34 UTC 2011


The branch, trac1522 has been updated
       via  0a9bcf007a5e71875e15a0c878c440bd51ca5e40 (commit)
      from  17680761ae76b62e33c801732a2f86180d995cd0 (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 0a9bcf007a5e71875e15a0c878c440bd51ca5e40
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Dec 30 12:50:09 2011 -0800

    [1522] forgot to make another cleanup: made the constructor of
    SocketRequestorCCSession 'explicit'.

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/server_common/socket_request.cc b/src/lib/server_common/socket_request.cc
index cdbcf3b..399a6e4 100644
--- a/src/lib/server_common/socket_request.cc
+++ b/src/lib/server_common/socket_request.cc
@@ -252,7 +252,7 @@ protocolString(SocketRequestor::Protocol protocol) {
 // be closed during the lifetime of this class
 class SocketRequestorCCSession : public SocketRequestor {
 public:
-    SocketRequestorCCSession(config::ModuleCCSession& session) :
+    explicit SocketRequestorCCSession(config::ModuleCCSession& session) :
         session_(session)
     {
         // We need to filter SIGPIPE to prevent it from happening in




More information about the bind10-changes mailing list