Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11028
Modified Files:
merovingian_controlrunner.c
Log Message:
it helps when you don't include the trailing newline
U merovingian_controlrunner.c
Index: merovingian_controlrunner.c
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/backends/monet5/merovingian/merovingian_controlrunner.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- merovingian_controlrunner.c 23 Sep 2009 12:40:30 -0000 1.23
+++ merovingian_controlrunner.c 23 Sep 2009 16:06:40 -0000 1.24
@@ -184,7 +184,7 @@
close(msgsock);
continue;
}
- buf2[pos] = '\0';
+ buf2[pos - 1] = '\0';
pos = 0;
p = control_hash(_mero_controlpass, p);
if (strcmp(buf2, p) != 0) {
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins