BIND 10 trac2595, updated. e34d32533ce85b2ae710f6ab45ebd187cb3520b7 [2595] minor style fix: removed a redundant white space

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 22 19:09:41 UTC 2013


The branch, trac2595 has been updated
       via  e34d32533ce85b2ae710f6ab45ebd187cb3520b7 (commit)
      from  e273dedf8a3875ddb241b796c19144d14819f5d8 (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 e34d32533ce85b2ae710f6ab45ebd187cb3520b7
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Jan 22 11:09:27 2013 -0800

    [2595] minor style fix: removed a redundant white space

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

Summary of changes:
 src/bin/cmdctl/cmdctl.py.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/cmdctl/cmdctl.py.in b/src/bin/cmdctl/cmdctl.py.in
index 7a84a08..8e4a73a 100755
--- a/src/bin/cmdctl/cmdctl.py.in
+++ b/src/bin/cmdctl/cmdctl.py.in
@@ -550,7 +550,7 @@ class SecureHTTPServer(socketserver_mixin.NoPollMixIn,
                                       keyfile = key,
                                       ssl_version = ssl.PROTOCOL_SSLv23)
             return ssl_sock
-        except ssl.SSLError as err :
+        except ssl.SSLError as err:
             logger.error(CMDCTL_SSL_SETUP_FAILURE_USER_DENIED, err)
             self.close_request(sock)
             # raise socket error to finish the request



More information about the bind10-changes mailing list