Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26802
Modified Files:
merovingian_controlrunner.c
Log Message:
set protoversion to 1 rather than merovingian version, as that seems a smarter
thing to do
U merovingian_controlrunner.c
Index: merovingian_controlrunner.c
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/backends/monet5/merovingian/merovingian_controlrunner.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- merovingian_controlrunner.c 23 Sep 2009 11:41:51 -0000 1.21
+++ merovingian_controlrunner.c 23 Sep 2009 12:23:29 -0000 1.22
@@ -173,7 +173,7 @@
p = buf;
generateSalt(&p, 32);
len = snprintf(buf2, sizeof(buf2),
- "merovingian:%s:%s:\n", MERO_VERSION,
p);
+ "merovingian:1:%s:\n", p);
send(msgsock, buf2, len, 0);
if ((pos = recv(msgsock, buf2, sizeof(buf2), 0)) == 0) {
close(msgsock);
------------------------------------------------------------------------------
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