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

Modified Files:
        merovingian_controlrunner.c 
Log Message:
fix crash upon share error


U merovingian_controlrunner.c
Index: merovingian_controlrunner.c
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/backends/monet5/merovingian/merovingian_controlrunner.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- merovingian_controlrunner.c 9 Sep 2009 11:50:53 -0000       1.7
+++ merovingian_controlrunner.c 9 Sep 2009 12:09:04 -0000       1.8
@@ -246,9 +246,9 @@
                                                                        *value, 
(int)(value - p), p);
                                                        send(msgsock, buf2, 
len, 0);
                                                        buf2[len] = '\0';
-                                                       Mfprintf(_mero_ctlerr, 
"set: %s\n", buf2);
+                                                       Mfprintf(_mero_ctlerr, 
"set: %s", buf2);
                                                        value = NULL;
-                                                       continue;
+                                                       break;
                                                }
                                                value++;
                                        }


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to