Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22042/src/testing

Modified Files:
        Mtest.py.in 
Log Message:
propagated changes of Friday Aug 17 2007 - Tuesday Aug 21 2007
from the MonetDB_1-18 branch to the development trunk


Index: Mtest.py.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mtest.py.in,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -d -r1.287 -r1.288
--- Mtest.py.in 21 Aug 2007 11:25:15 -0000      1.287
+++ Mtest.py.in 21 Aug 2007 12:35:57 -0000      1.288
@@ -1868,6 +1868,8 @@
     Serrstr = ""
     S0 = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
     S1 = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
+    S0.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1);
+    S1.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1);
     host = 'localhost'
     try:
         S0.bind((host,port))


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to