Author: samisa Date: Thu Jan 3 18:21:07 2008 New Revision: 608714 URL: http://svn.apache.org/viewvc?rev=608714&view=rev Log: Fixed warnings
Modified: webservices/axis2/trunk/c/src/core/engine/conf.c Modified: webservices/axis2/trunk/c/src/core/engine/conf.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/engine/conf.c?rev=608714&r1=608713&r2=608714&view=diff ============================================================================== --- webservices/axis2/trunk/c/src/core/engine/conf.c (original) +++ webservices/axis2/trunk/c/src/core/engine/conf.c Thu Jan 3 18:21:07 2008 @@ -1402,10 +1402,10 @@ axis2_char_t *temp_path2 = NULL; axis2_char_t *temp_path3 = NULL; axis2_char_t *path = NULL; - axutil_param_t *module_dir_param; - axis2_char_t *module_dir; - axis2_bool_t flag; - axis2_char_t *axis2_xml; + axutil_param_t *module_dir_param = NULL; + axis2_char_t *module_dir = NULL; + axis2_bool_t flag; + axis2_char_t *axis2_xml = NULL; file_name = axutil_qname_get_localpart(module_ref, env); file = --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]