You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@apache.org on 2008/07/02 15:08:31 UTC

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

Author: supun
Date: Wed Jul  2 06:08:30 2008
New Revision: 673384

URL: http://svn.apache.org/viewvc?rev=673384&view=rev
Log:
fixed a typo.

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=673384&r1=673383&r2=673384&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:08:30 2008
@@ -639,7 +639,7 @@
 
     axis2_msg_ctx_set_soap_envelope(msg_ctx, env, soap_envelope);
 
-    engine = axis2_engine_create(env, conf_ctx);g
+    engine = axis2_engine_create(env, conf_ctx);
 
     if (!soap_envelope)
         return AXIS2_FAILURE;