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 pi...@apache.org on 2007/03/08 07:45:22 UTC

svn commit: r515943 - /webservices/axis2/trunk/c/modules/core/clientapi/mep_client.c

Author: pini
Date: Wed Mar  7 22:45:22 2007
New Revision: 515943

URL: http://svn.apache.org/viewvc?view=rev&rev=515943
Log:
Fixed the warning

Modified:
    webservices/axis2/trunk/c/modules/core/clientapi/mep_client.c

Modified: webservices/axis2/trunk/c/modules/core/clientapi/mep_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/clientapi/mep_client.c?view=diff&rev=515943&r1=515942&r2=515943
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/mep_client.c (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/mep_client.c Wed Mar  7 22:45:22 2007
@@ -348,7 +348,7 @@
         axis2_conf_ctx_t *conf_ctx = NULL;
         axis2_conf_t *conf = NULL;
         axis2_transport_out_desc_t *transport_out_desc = NULL;
-		AXIS2_TRANSPORT_ENUMS transport_enum;
+		AXIS2_TRANSPORT_ENUMS transport_enum = 0;
         
 		if (!axis2_strcmp(transport, "http"))
 		{



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