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 ma...@apache.org on 2009/02/13 12:04:27 UTC

svn commit: r744062 - /webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c

Author: manjula
Date: Fri Feb 13 11:04:26 2009
New Revision: 744062

URL: http://svn.apache.org/viewvc?rev=744062&view=rev
Log:
Initializing to null.

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c?rev=744062&r1=744061&r2=744062&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c Fri Feb 13 11:04:26 2009
@@ -287,8 +287,8 @@
     axutil_string_t *char_set_str = NULL;
 
     axis2_conf_ctx_t *conf_ctx = NULL;
-    axis2_callback_info_t *callback_ctx;
-    axis2_callback_info_t *mime_cb_ctx;
+    axis2_callback_info_t *callback_ctx = NULL;
+    axis2_callback_info_t *mime_cb_ctx = NULL;
     axutil_hash_t *headers = NULL;
     axis2_engine_t *engine = NULL;
     axiom_soap_body_t *soap_body = NULL;