You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by sh...@apache.org on 2008/07/03 11:02:44 UTC

svn commit: r673626 - /webservices/rampart/trunk/c/src/trust/sts_client.c

Author: shankar
Date: Thu Jul  3 02:02:43 2008
New Revision: 673626

URL: http://svn.apache.org/viewvc?rev=673626&view=rev
Log:
fixing crash due to libxml

Modified:
    webservices/rampart/trunk/c/src/trust/sts_client.c

Modified: webservices/rampart/trunk/c/src/trust/sts_client.c
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/trust/sts_client.c?rev=673626&r1=673625&r2=673626&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/trust/sts_client.c (original)
+++ webservices/rampart/trunk/c/src/trust/sts_client.c Thu Jul  3 02:02:43 2008
@@ -243,6 +243,7 @@
     options = axis2_options_create(env);
     axis2_options_set_to(options, env, endpoint_ref);
     axis2_options_set_action(options, env, action);
+    axis2_options_set_xml_parser_reset(options, env, AXIS2_FALSE); 
     if(is_soap11)
     {
         axis2_options_set_soap_action(options, env, axutil_string_create(env, action));