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 su...@apache.org on 2008/07/02 15:03:26 UTC

svn commit: r673382 - /webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c

Author: supun
Date: Wed Jul  2 06:03:25 2008
New Revision: 673382

URL: http://svn.apache.org/viewvc?rev=673382&view=rev
Log:
Patch applied AXIS2C-1221. Thanks Federic and Rajika for the effort.

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c?rev=673382&r1=673381&r2=673382&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c Wed Jul  2 06:03:25 2008
@@ -639,7 +639,7 @@
 
     axis2_msg_ctx_set_soap_envelope(msg_ctx, env, soap_envelope);
 
-    engine = axis2_engine_create(env, conf_ctx);
+    engine = axis2_engine_create(env, conf_ctx);g
 
     if (!soap_envelope)
         return AXIS2_FAILURE;