Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21408
Modified Files:
Tag: xrpcdemo
xrpc_server.mx
Log Message:
make it compile on the suse laptop
U xrpc_server.mx
Index: xrpc_server.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v
retrieving revision 1.68.4.9
retrieving revision 1.68.4.10
diff -u -d -r1.68.4.9 -r1.68.4.10
--- xrpc_server.mx 8 Jun 2008 01:02:39 -0000 1.68.4.9
+++ xrpc_server.mx 8 Jun 2008 09:01:22 -0000 1.68.4.10
@@ -670,7 +670,7 @@
}
call_node_pre = msg_node_pre;
- if (msg == XRPC_REQUEST) {
+ if (participants == NULL) {
/* XRPC request message parsing */
while(ao_ptr < nattrs && attr_ownT[ao_ptr] < msg_node_pre) ao_ptr++;
while(ao_ptr < nattrs && attr_ownT[ao_ptr] == msg_node_pre) {
@@ -772,7 +772,7 @@
}
if (iterc == -1) goto cleanup;
}
- if (msg == XRPC_RESPONSE) {
+ if (participants) {
/* for XRPC response messages we add all participants to the
participant bat */
BAT *qn_part = BATselect(qn_uri_loc, XRPC_NS"|participant",
XRPC_NS"|participant");
if (qn_part) {
-------------------------------------------------------------------------
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