Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv604

Modified Files:
        monetdb.mx 
Log Message:
less is more

U monetdb.mx
Index: monetdb.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/monetdb.mx,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- monetdb.mx  27 Oct 2008 14:51:41 -0000      1.31
+++ monetdb.mx  27 Oct 2008 14:54:03 -0000      1.32
@@ -599,11 +599,7 @@
        len = snprintf(buf, sizeof(buf), "anelosimus eximius\n");
        send(sock, buf, len, 0);
        pos = 0;
-       len = recv(sock, buf, sizeof(buf) - 1, 0);
-       if (len <= 0) {
-               fprintf(stderr, "discover: error while reading from 
merovingian\n");
-               exit(2);
-       }
+       len = 0;
        buf[len] = '\0';
        do {
                if ((p = strchr(buf, '\n')) == NULL) {


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to