BIND 10 trac758, updated. 690a04dcd63dce08a69e648223320e922f82b3d6 [trac758] cleanup: removed an unnecessary semicolon
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jul 1 01:55:40 UTC 2011
The branch, trac758 has been updated
via 690a04dcd63dce08a69e648223320e922f82b3d6 (commit)
from 1b11baa7c10783eb9d53c24c7f1deb1c0a424105 (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 690a04dcd63dce08a69e648223320e922f82b3d6
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jun 30 18:55:24 2011 -0700
[trac758] cleanup: removed an unnecessary semicolon
-----------------------------------------------------------------------
Summary of changes:
src/bin/bind10/bind10.py.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/bind10/bind10.py.in b/src/bin/bind10/bind10.py.in
index 3aea118..e9e23a9 100755
--- a/src/bin/bind10/bind10.py.in
+++ b/src/bin/bind10/bind10.py.in
@@ -628,7 +628,7 @@ class BoB:
# try to connect, and if we can't wait a short while
try:
self.cc_session = isc.cc.Session(self.msgq_socket_file)
- logger.fatal(BIND10_MSGQ_ALREADY_RUNNING);
+ logger.fatal(BIND10_MSGQ_ALREADY_RUNNING)
return "b10-msgq already running, or socket file not cleaned , cannot start"
except isc.cc.session.SessionError:
# this is the case we want, where the msgq is not running
More information about the bind10-changes
mailing list