From: JINMEI Tatuya Date: Fri, 1 Jul 2011 01:55:24 +0000 (-0700) Subject: [trac758] cleanup: removed an unnecessary semicolon X-Git-Tag: perftcpdns_before_epoll~231^2~23^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=690a04dcd63dce08a69e648223320e922f82b3d6;p=thirdparty%2Fkea.git [trac758] cleanup: removed an unnecessary semicolon --- diff --git a/src/bin/bind10/bind10.py.in b/src/bin/bind10/bind10.py.in index 3aea1185c4..e9e23a96f8 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