BIND 10 trac2145, updated. 95aef4bb28052e55e96d1079d6472e36bceff7f3 missing one change
BIND 10 source code commits
bind10-changes at lists.isc.org
Sun Aug 19 08:21:48 UTC 2012
The branch, trac2145 has been updated
via 95aef4bb28052e55e96d1079d6472e36bceff7f3 (commit)
from ca3773316b8833c1ca7573475eeacfa72a1817d7 (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 95aef4bb28052e55e96d1079d6472e36bceff7f3
Author: Francis Dupont <fdupont at isc.org>
Date: Sun Aug 19 10:21:29 2012 +0200
missing one change
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrout/tests/xfrout_test.py.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/tests/xfrout_test.py.in b/src/bin/xfrout/tests/xfrout_test.py.in
index 10897d4..4aa1a3c 100644
--- a/src/bin/xfrout/tests/xfrout_test.py.in
+++ b/src/bin/xfrout/tests/xfrout_test.py.in
@@ -1440,7 +1440,7 @@ class TestUnixSockServer(unittest.TestCase):
socket.SOCK_STREAM)]
# Check that loop terminates if recv_socket() fails.
- for ret_code in [-1, FD_SYSTEM_ERROR]:
+ for ret_code in [-1, SOCKET_SYSTEM_ERROR]:
# fake recv_socket so it returns the faked failure code.
xfrout.recv_socket = lambda fileno: ret_code
More information about the bind10-changes
mailing list