BIND 10 trac213-incremental-restarts, updated. a3fd03e16b71ae4e9b480e4e48c7ddfa393555ac [213] Don't reset creator on terminate or kill
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 2 14:26:17 UTC 2011
The branch, trac213-incremental-restarts has been updated
via a3fd03e16b71ae4e9b480e4e48c7ddfa393555ac (commit)
from e41f8459ca5dbc886e838e6e32585ba5c7eb96e6 (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 a3fd03e16b71ae4e9b480e4e48c7ddfa393555ac
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Nov 2 15:25:34 2011 +0100
[213] Don't reset creator on terminate or kill
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/bind10/sockcreator.py | 1 -
src/lib/python/isc/bind10/special_component.py | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/bind10/sockcreator.py b/src/lib/python/isc/bind10/sockcreator.py
index 9a5758a..ecafe89 100644
--- a/src/lib/python/isc/bind10/sockcreator.py
+++ b/src/lib/python/isc/bind10/sockcreator.py
@@ -233,4 +233,3 @@ class Creator(Parser):
logger.warn(BIND10_SOCKCREATOR_KILL)
if self.__process is not None:
self.__process.kill()
- self.__process = None
diff --git a/src/lib/python/isc/bind10/special_component.py b/src/lib/python/isc/bind10/special_component.py
index d44928a..156d0a9 100644
--- a/src/lib/python/isc/bind10/special_component.py
+++ b/src/lib/python/isc/bind10/special_component.py
@@ -35,7 +35,6 @@ class SockCreator(Component):
def _stop_internal(self):
self.__creator.terminate()
- self.__creator = None
def pid(self):
"""
More information about the bind10-changes
mailing list