BIND 10 trac2244, updated. d12ce3c245fc86e3c34a5fdd5950d899cdf889af [2244] missing update: Component.running() was renamed is_running().
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Oct 9 18:12:54 UTC 2012
The branch, trac2244 has been updated
via d12ce3c245fc86e3c34a5fdd5950d899cdf889af (commit)
from 7b053fd99e6503d3a0a8fb7dbb9d3139df942565 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d12ce3c245fc86e3c34a5fdd5950d899cdf889af
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Oct 9 11:11:51 2012 -0700
[2244] missing update: Component.running() was renamed is_running().
-----------------------------------------------------------------------
Summary of changes:
src/bin/bind10/bind10_src.py.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in
index 4567229..32c3152 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.
More information about the bind10-changes
mailing list