Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4690

Modified Files:
      Tag: XQuery_0-16
        xrpc_server.mx 
Log Message:
Typo



Index: xrpc_server.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v
retrieving revision 1.7.2.10
retrieving revision 1.7.2.11
diff -u -d -r1.7.2.10 -r1.7.2.11
--- xrpc_server.mx      22 Feb 2007 09:17:25 -0000      1.7.2.10
+++ xrpc_server.mx      23 Feb 2007 16:32:07 -0000      1.7.2.11
@@ -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

Reply via email to