You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2012/12/27 09:18:21 UTC

svn commit: r1426145 - /axis/axis2/c/core/trunk/src/core/deployment/repos_listener.c

Author: nandika
Date: Thu Dec 27 08:18:21 2012
New Revision: 1426145

URL: http://svn.apache.org/viewvc?rev=1426145&view=rev
Log:
Fixed warnings with -Werror

Modified:
    axis/axis2/c/core/trunk/src/core/deployment/repos_listener.c

Modified: axis/axis2/c/core/trunk/src/core/deployment/repos_listener.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/deployment/repos_listener.c?rev=1426145&r1=1426144&r2=1426145&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/deployment/repos_listener.c (original)
+++ axis/axis2/c/core/trunk/src/core/deployment/repos_listener.c Thu Dec 27 08:18:21 2012
@@ -324,9 +324,8 @@ axis2_repos_listener_search(
     current_info_list = axutil_dir_handler_list_service_or_module_dirs(env, folder_name);
     if(!current_info_list)
     {
-        axis2_status_t status_code = AXIS2_FAILURE;
 
-        status_code = AXIS2_ERROR_GET_STATUS_CODE(env->error);
+        status = AXIS2_ERROR_GET_STATUS_CODE(env->error);
         if(AXIS2_SUCCESS != status)
         {
             return status;