[svn] commit: r199 - /branches/f2f200910/src/lib/bigtool/bigtool.py
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 29 22:58:00 UTC 2009
Author: zhanglikun
Date: Thu Oct 29 22:57:59 2009
New Revision: 199
Log:
When C-Channel isn't started up, make BigTool exit directly.
Modified:
branches/f2f200910/src/lib/bigtool/bigtool.py
Modified: branches/f2f200910/src/lib/bigtool/bigtool.py
==============================================================================
--- branches/f2f200910/src/lib/bigtool/bigtool.py (original)
+++ branches/f2f200910/src/lib/bigtool/bigtool.py Thu Oct 29 22:57:59 2009
@@ -39,7 +39,7 @@
self.cc.group_subscribe("ConfigManager")
except ISC.CC.SessionError:
print("Failed to create cchannel session")
- return
+ exit()
def validate_cmd(self, cmd):
if not cmd.module in self.modules:
More information about the bind10-changes
mailing list