You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/10/07 17:51:53 UTC

svn commit: r453940 - in /webservices/axis2/trunk/c: modules/core/transport/http/http_worker.c modules/core/transport/http/sender/http_client.c samples/server/math/Makefile.am

Author: samisa
Date: Sat Oct  7 08:51:53 2006
New Revision: 453940

URL: http://svn.apache.org/viewvc?view=rev&rev=453940
Log:
Fixed the dam build breaks

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/http_client.c
    webservices/axis2/trunk/c/samples/server/math/Makefile.am

Modified: webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c?view=diff&rev=453940&r1=453939&r2=453940
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c Sat Oct  7 08:51:53 2006
@@ -311,7 +311,7 @@
             axis2_conf_t *conf = NULL;
 
             *temp_str = '\0';
-            axis2_ssize_t len = AXIS2_STRLEN(url_external_form);
+            /*axis2_ssize_t len = AXIS2_STRLEN(url_external_form);*/
             temp_str2 = AXIS2_RINDEX(url_external_form, '/');
             svc_name = AXIS2_STRDUP(temp_str2+1, env);
             conf = AXIS2_CONF_CTX_GET_CONF(conf_ctx, env);

Modified: webservices/axis2/trunk/c/modules/core/transport/http/sender/http_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/sender/http_client.c?view=diff&rev=453940&r1=453939&r2=453940
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/sender/http_client.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/sender/http_client.c Sat Oct  7 08:51:53 2006
@@ -816,4 +816,6 @@
 
     client_impl->dump = dump;
 
+    return AXIS2_SUCCESS;
+
 }

Modified: webservices/axis2/trunk/c/samples/server/math/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/math/Makefile.am?view=diff&rev=453940&r1=453939&r2=453940
==============================================================================
--- webservices/axis2/trunk/c/samples/server/math/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/server/math/Makefile.am Sat Oct  7 08:51:53 2006
@@ -1,9 +1,9 @@
 prglibdir=$(prefix)/services/math
 samplesdir=$(prefix)/samples/server/math
 prglib_LTLIBRARIES = libmath.la
-samples_DATA=services.xml math.wsdl math.h math.c math_skeleton.c Makefile.am Makefile.in
-prglib_DATA=services.xml math.wsdl
-EXTRA_DIST = services.xml math.wsdl
+samples_DATA=services.xml  math.h math.c math_skeleton.c Makefile.am Makefile.in
+prglib_DATA=services.xml 
+EXTRA_DIST = services.xml 
 noinst_HEADERS = math.h
 SUBDIRS =
 libmath_la_SOURCES = math.c math_skeleton.c



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org