From: Mukund Sivaraman Date: Tue, 11 Dec 2012 01:26:57 +0000 (+0530) Subject: [master] Clear components dict as documented in BoB.kill_started_components() X-Git-Tag: bind10-1.0.0-beta-release~19^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=230ccceb4112042ce3aadc7cfd6c9780afa23bbb;p=thirdparty%2Fkea.git [master] Clear components dict as documented in BoB.kill_started_components() This issue was detected post-merge, and seems to have been introduced by commit 86ed7ae9cfb4184f5637a2e478242f0a646ba2e1 in master. --- diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in index 972498aa10..9c989d9215 100755 --- a/src/bin/bind10/bind10_src.py.in +++ b/src/bin/bind10/bind10_src.py.in @@ -338,6 +338,7 @@ class BoB: """ logger.info(BIND10_KILLING_ALL_PROCESSES) self.__kill_children(True) + self.components = {} def _read_bind10_config(self): """