BIND 10 master, updated. 9a5e89e0e6aab0e50005cf9f9d7bf577eedd1bf3 [master] Revert one change from #2398
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Nov 29 23:50:09 UTC 2012
The branch, master has been updated
via 9a5e89e0e6aab0e50005cf9f9d7bf577eedd1bf3 (commit)
from 5dacdd2da8710b91b85fd73d025d38e69317d6dc (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 9a5e89e0e6aab0e50005cf9f9d7bf577eedd1bf3
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Nov 29 15:49:19 2012 -0800
[master] Revert one change from #2398
Removed the socket.shutdown() before socket.close() again, this seemed to cause some errors with the statistics tests (which we will look into separately)
Discussed on jabber
-----------------------------------------------------------------------
Summary of changes:
src/bin/msgq/msgq.py.in | 1 -
1 file changed, 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in
index bd99c8c..bd13a1c 100755
--- a/src/bin/msgq/msgq.py.in
+++ b/src/bin/msgq/msgq.py.in
@@ -239,7 +239,6 @@ class MsgQ:
self.subs.unsubscribe_all(sock)
lname = [ k for k, v in self.lnames.items() if v == sock ][0]
del self.lnames[lname]
- sock.shutdown(socket.SHUT_RDWR)
sock.close()
del self.sockets[fd]
if fd in self.sendbuffs:
More information about the bind10-changes
mailing list