Parcourir la source

[213] Remove leftover call

The socket creator is no longer stopped this way. It worked in tests, as
they still had the function.
Michal 'vorner' Vaner il y a 13 ans
Parent
commit
8d7ef6fe3b
2 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 2
      src/bin/bind10/bind10_src.py.in
  2. 0 3
      src/bin/bind10/tests/bind10_test.py.in

+ 0 - 2
src/bin/bind10/bind10_src.py.in

@@ -385,8 +385,6 @@ class BoB:
         """
         """
         logger.info(BIND10_KILLING_ALL_PROCESSES)
         logger.info(BIND10_KILLING_ALL_PROCESSES)
 
 
-        self.stop_creator(True)
-
         for pid in self.processes:
         for pid in self.processes:
             logger.info(BIND10_KILL_PROCESS, self.processes[pid].name())
             logger.info(BIND10_KILL_PROCESS, self.processes[pid].name())
             self.processes[pid].kill(True)
             self.processes[pid].kill(True)

+ 0 - 3
src/bin/bind10/tests/bind10_test.py.in

@@ -241,9 +241,6 @@ class MockBob(BoB):
         procinfo.pid = 1
         procinfo.pid = 1
         return procinfo
         return procinfo
 
 
-    def stop_creator(self, kill=False):
-        self.creator = False
-
     def read_bind10_config(self):
     def read_bind10_config(self):
         # Configuration options are set directly
         # Configuration options are set directly
         pass
         pass