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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user