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 na...@apache.org on 2007/04/20 07:31:22 UTC

svn commit: r530655 - /webservices/axis2/trunk/c/axiom/src/soap/soap_header.c

Author: nandika
Date: Thu Apr 19 22:31:21 2007
New Revision: 530655

URL: http://svn.apache.org/viewvc?view=rev&rev=530655
Log:
axiom_node_free_tree commented in remove header block function

Modified:
    webservices/axis2/trunk/c/axiom/src/soap/soap_header.c

Modified: webservices/axis2/trunk/c/axiom/src/soap/soap_header.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/soap/soap_header.c?view=diff&rev=530655&r1=530654&r2=530655
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/soap/soap_header.c (original)
+++ webservices/axis2/trunk/c/axiom/src/soap/soap_header.c Thu Apr 19 22:31:21 2007
@@ -565,7 +565,7 @@
                 if (axiom_soap_header_qname_matches(env, element_qname, qname) == AXIS2_TRUE)
                 {
                     axiom_node_detach(node, env);
-                    axiom_node_free_tree(node, env);
+                    /* axiom_node_free_tree(node, env); */
                     axutil_hash_set(soap_header->header_blocks, key, AXIS2_HASH_KEY_STRING,
                             NULL);
                     axiom_soap_header_block_free(header_block, env);



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