Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11227/runtime
Modified Files:
xrpc_server.mx
Log Message:
propagated changes of Friday Feb 23 2007 - Monday Feb 26 2007
from the XQuery_0-16 branch to the development trunk
Index: xrpc_server.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- xrpc_server.mx 22 Feb 2007 11:34:46 -0000 1.13
+++ xrpc_server.mx 26 Feb 2007 10:08:49 -0000 1.14
@@ -138,7 +138,7 @@
"xrpc_server");
PROC rpcd_start(int port, str options) : void {
- fork(rpcdd_start(port, get_xrpc_open(), options));
+ fork(rpcd_start(port, get_xrpc_open(), options));
}
ADDHELP("rpcd_start", "zhang", "Febuary 2007",
"PARAMETER:\n\
@@ -149,7 +149,7 @@
"xrpc_server");
PROC rpcd_start(bit open, str options) : void {
- fork(rpcdd_start(get_xrpc_port(), open, options));
+ fork(rpcd_start(get_xrpc_port(), open, options));
}
ADDHELP("rpcd_start", "zhang", "Febuary 2007",
"PARAMETER:\n\
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins