Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6690

Modified Files:
        mal.mx 
Log Message:
To be in sink with the test web


Index: mal.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal.mx,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- mal.mx      6 Jun 2007 12:01:51 -0000       1.127
+++ mal.mx      8 Jun 2007 08:59:04 -0000       1.128
@@ -401,7 +401,7 @@
                        MT_sleep_ms(1000);
                if(reruns) 
                        stream_printf(mal_clients->fdout,"#MALexit: clients 
still active\n");
-       } while (finishing+claimed+awaiting && ++reruns < 3);
+       } while (++reruns<3 && finishing+claimed+awaiting );
        if( reruns== 3)
                stream_printf(mal_clients->fdout,"#MALexit: server forced exit"
                        " %d finishing %d claimed %d waiting\n", 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to