BIND 10 master, updated. 73a679d7b03fc3c53fb4826a95ee099321fb4c4d [master] fixed another regression: removed an unnecessary parameter in a function call that triggered typeerror exception. okayed on jabber.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jan 27 22:19:57 UTC 2011
The branch, master has been updated
via 73a679d7b03fc3c53fb4826a95ee099321fb4c4d (commit)
from c5d416a01e152b936c0023fcc65d3d468250388b (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 73a679d7b03fc3c53fb4826a95ee099321fb4c4d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jan 27 14:19:12 2011 -0800
[master] fixed another regression: removed an unnecessary parameter
in a function call that triggered typeerror exception.
okayed on jabber.
-----------------------------------------------------------------------
Summary of changes:
src/bin/msgq/msgq.py.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in
index 1b962e0..8a8362a 100755
--- a/src/bin/msgq/msgq.py.in
+++ b/src/bin/msgq/msgq.py.in
@@ -205,7 +205,7 @@ class MsgQ:
# TODO: When we have logging, we might want
# to add a debug message here that a new connection
# was made
- self.register_socket(self, newsocket)
+ self.register_socket(newsocket)
def register_socket(self, newsocket):
"""
More information about the bind10-changes
mailing list