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 na...@apache.org on 2006/03/29 09:03:03 UTC

svn commit: r389700 - /webservices/axis2/trunk/c/modules/xml/soap/soap_header.c

Author: nandika
Date: Tue Mar 28 23:03:01 2006
New Revision: 389700

URL: http://svn.apache.org/viewcvs?rev=389700&view=rev
Log:
warning fixed 

Modified:
    webservices/axis2/trunk/c/modules/xml/soap/soap_header.c

Modified: webservices/axis2/trunk/c/modules/xml/soap/soap_header.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/soap/soap_header.c?rev=389700&r1=389699&r2=389700&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/soap/soap_header.c (original)
+++ webservices/axis2/trunk/c/modules/xml/soap/soap_header.c Tue Mar 28 23:03:01 2006
@@ -566,7 +566,7 @@
     int found = 0;
     void *hb =  NULL;
     
-    AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
+    AXIS2_ENV_CHECK(env, NULL);
     AXIS2_PARAM_CHECK((*env)->error, ns_uri, NULL);
     
     header_impl = AXIS2_INTF_TO_IMPL(header);