BIND 10 trac642, updated. cccbf507b0cd1dd8fd9540ce2fe36587c78fbb06 Fix parameter error when reporting statistics.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 16 22:01:07 UTC 2011
The branch, trac642 has been updated
via cccbf507b0cd1dd8fd9540ce2fe36587c78fbb06 (commit)
from 1f7ecf93d1934e8920d8afa373f68e6b5bae9da8 (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 cccbf507b0cd1dd8fd9540ce2fe36587c78fbb06
Author: Shane Kerr <shane at isc.org>
Date: Wed Mar 16 23:00:47 2011 +0100
Fix parameter error when reporting statistics.
-----------------------------------------------------------------------
Summary of changes:
src/bin/bind10/bind10.py.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/bind10/bind10.py.in b/src/bin/bind10/bind10.py.in
index 3ae0976..a8c63f8 100755
--- a/src/bin/bind10/bind10.py.in
+++ b/src/bin/bind10/bind10.py.in
@@ -976,7 +976,7 @@ def setup(wakeup_pipe):
sys.exit(1)
dump_pid(options.pid_file)
-def report_boot_time(wakeup_pipe):
+def report_boot_time():
global options
global boss_of_bind
More information about the bind10-changes
mailing list