]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2244] missing update: Component.running() was renamed is_running().
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 9 Oct 2012 18:11:51 +0000 (11:11 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 9 Oct 2012 18:11:51 +0000 (11:11 -0700)
src/bin/bind10/bind10_src.py.in

index 4567229ecec7a60548cf9c1c10ad904441bdb264..32c3152099c4a560e4628bb270195a471ea9965c 100755 (executable)
@@ -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.