Update of /cvsroot/monetdb/pathfinder/compiler
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11826/compiler
Modified Files:
Tag: xrpcdemo
compile.c
Log Message:
still premature, it starts without errors
but xrpc does not work yet (actually I did not test yet)
BEWARE: ./de-bootstrap and full rebuild required
xrpc_common was put into xrpc_server because more and more
of xrpc_server was ending up in xrpc_common.
U compile.c
Index: compile.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/compile.c,v
retrieving revision 1.151.4.2
retrieving revision 1.151.4.3
diff -u -d -r1.151.4.2 -r1.151.4.3
--- compile.c 3 Jun 2008 16:43:11 -0000 1.151.4.2
+++ compile.c 5 Jun 2008 21:17:49 -0000 1.151.4.3
@@ -193,8 +193,6 @@
/* NOTE: variable is re-used in subsequent pf runs (in server-side setup) */
urlcache_t *urlcache = NULL;
-/* NOTE: variable is re-used in subsequent pf runs (in server-side setup) */
-int xrpc_port = 80;
/**
* read input file into the url cache
@@ -210,7 +208,7 @@
if (strncmp(uri, "xrpc://", 7) == 0) {
char *p = strchr(uri+7, '/');
char *q = strchr(uri+7, ':');
- int port = xrpc_port; /* if a specific port is omitted, we use the
current xrpcd port number */
+ int port = 80; /* if a specific port is omitted, we use the current
xrpcd port number */
if (q) {
if (p == NULL || p > q) port = atoi(q+1); /* it is a port only if
':' before the first '/' */
*q = 0;
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins