From: JINMEI Tatuya Date: Tue, 9 Oct 2012 18:11:51 +0000 (-0700) Subject: [2244] missing update: Component.running() was renamed is_running(). X-Git-Tag: trac2351_base~1^2~7^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d12ce3c245fc86e3c34a5fdd5950d899cdf889af;p=thirdparty%2Fkea.git [2244] missing update: Component.running() was renamed is_running(). --- diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in index 4567229ece..32c3152099 100755 --- a/src/bin/bind10/bind10_src.py.in +++ b/src/bin/bind10/bind10_src.py.in @@ -739,7 +739,7 @@ class BoB: component = self.components.pop(pid) logger.info(BIND10_PROCESS_ENDED, component.name(), pid, exit_status) - if component.running() and self.runnable: + if component.is_running() and self.runnable: # Tell it it failed. But only if it matters (we are # not shutting down and the component considers itself # to be running.