]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Clear components dict as documented in BoB.kill_started_components()
authorMukund Sivaraman <muks@isc.org>
Tue, 11 Dec 2012 01:26:57 +0000 (06:56 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 11 Dec 2012 01:41:28 +0000 (07:11 +0530)
This issue was detected post-merge, and seems to have been introduced
by commit 86ed7ae9cfb4184f5637a2e478242f0a646ba2e1 in master.

src/bin/bind10/bind10_src.py.in

index 972498aa10b37b27c935d0c582dee6507023deac..9c989d9215bf558e547e2662448f1165d9b130e3 100755 (executable)
@@ -338,6 +338,7 @@ class BoB:
         """
         logger.info(BIND10_KILLING_ALL_PROCESSES)
         self.__kill_children(True)
+        self.components = {}
 
     def _read_bind10_config(self):
         """