BIND 10 trac640, updated. 158f5113fe1effcf74cd0e09b5b072508e8462ed [640] inline comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 2 14:48:08 UTC 2012
The branch, trac640 has been updated
via 158f5113fe1effcf74cd0e09b5b072508e8462ed (commit)
from d1c5effaacd00d4ae5c97a48f820c5e281964cdb (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 158f5113fe1effcf74cd0e09b5b072508e8462ed
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Feb 2 15:48:01 2012 +0100
[640] inline comment
-----------------------------------------------------------------------
Summary of changes:
src/bin/cmdctl/cmdctl.py.in | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/cmdctl/cmdctl.py.in b/src/bin/cmdctl/cmdctl.py.in
index 0628f1f..5baa143 100755
--- a/src/bin/cmdctl/cmdctl.py.in
+++ b/src/bin/cmdctl/cmdctl.py.in
@@ -310,6 +310,10 @@ class CommandControl():
def command_handler(self, command, args):
answer = ccsession.create_answer(0)
if command == ccsession.COMMAND_MODULE_SPECIFICATION_UPDATE:
+ # The 'value' of a specification update can be either
+ # a specification, or None. In the first case, simply
+ # set it. If it is None, delete the module if it is
+ # known (and ignore otherwise).
with self._lock:
if args[1] is None and args[0] in self.modules_spec:
del self.modules_spec[args[0]]
More information about the bind10-changes
mailing list