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 ma...@apache.org on 2007/05/16 14:25:37 UTC

svn commit: r538559 - /webservices/axis2/scratch/c/neethi/rampart/src/util/rampart_sec_header_builder.c

Author: manjula
Date: Wed May 16 05:25:36 2007
New Revision: 538559

URL: http://svn.apache.org/viewvc?view=rev&rev=538559
Log:
making defualt status AXIS2_SUCCESS.

Modified:
    webservices/axis2/scratch/c/neethi/rampart/src/util/rampart_sec_header_builder.c

Modified: webservices/axis2/scratch/c/neethi/rampart/src/util/rampart_sec_header_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/rampart/src/util/rampart_sec_header_builder.c?view=diff&rev=538559&r1=538558&r2=538559
==============================================================================
--- webservices/axis2/scratch/c/neethi/rampart/src/util/rampart_sec_header_builder.c (original)
+++ webservices/axis2/scratch/c/neethi/rampart/src/util/rampart_sec_header_builder.c Wed May 16 05:25:36 2007
@@ -62,7 +62,7 @@
                           axiom_soap_envelope_t *soap_envelope)
 {
 
-    axis2_status_t status = AXIS2_FAILURE;
+    axis2_status_t status = AXIS2_SUCCESS;
     axiom_soap_header_t *soap_header = NULL;
     axiom_node_t *soap_header_node = NULL;
     axiom_element_t *soap_header_ele = NULL;



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