2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[2244] missing update: Component.running() was renamed is_running().

This commit is contained in:
JINMEI Tatuya
2012-10-09 11:11:51 -07:00
parent ed72f2bf21
commit 52ba8a9314

View File

@@ -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.