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 da...@apache.org on 2008/06/11 06:06:04 UTC

svn commit: r666517 - /webservices/axis2/trunk/c/src/core/clientapi/op_client.c

Author: damitha
Date: Tue Jun 10 21:06:04 2008
New Revision: 666517

URL: http://svn.apache.org/viewvc?rev=666517&view=rev
Log:
Fixed AXIS2C-1161

Modified:
    webservices/axis2/trunk/c/src/core/clientapi/op_client.c

Modified: webservices/axis2/trunk/c/src/core/clientapi/op_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/clientapi/op_client.c?rev=666517&r1=666516&r2=666517&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/op_client.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/op_client.c Tue Jun 10 21:06:04 2008
@@ -1203,7 +1203,6 @@
                                axis2_msg_ctx_get_conf_ctx(msg_ctx, env));
     axis2_msg_ctx_set_svc_grp_ctx(response, env,
                                   axis2_msg_ctx_get_svc_grp_ctx(msg_ctx, env));
-    axis2_msg_ctx_set_options(response, env, axis2_msg_ctx_get_options(msg_ctx, env));
 
     /* If request is REST we assume the response is REST, so set the variable */
     axis2_msg_ctx_set_doing_rest(response, env,