- changes due to gSOAP incompatibility
authorJiří Škrábal <nykolas@ics.muni.cz>
Wed, 9 Mar 2005 15:31:07 +0000 (15:31 +0000)
committerJiří Škrábal <nykolas@ics.muni.cz>
Wed, 9 Mar 2005 15:31:07 +0000 (15:31 +0000)
org.glite.lb.server/project/version.properties
org.glite.lb.server/src/bkserverd.c

index a4f8826..7aa8302 100644 (file)
@@ -1,4 +1,4 @@
 #Wed Jan 12 04:18:30 CET 2005
-module.version=1.2.2
+module.version=1.2.3
 module.build=146
 module.age=1
index c5a34c1..10675ce 100644 (file)
@@ -1100,7 +1100,11 @@ int bk_accept_ws(int conn, struct timeval *timeout, void *cdata)
                           || soap_recv_header(soap)
                           || soap_body_begin_in(soap)
                           || soap_serve_request(soap)
-                          || (soap->fserveloop && soap->fserveloop(soap)) )
+#if GSOAP_VERSION >= 20700
+                          /* XXX: Is it really neccesary ? */
+                          || (soap->fserveloop && soap->fserveloop(soap))
+#endif
+                          )
                err = soap_send_fault(soap);
 
        if ( err ) {