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 sh...@apache.org on 2010/01/28 09:55:43 UTC

svn commit: r904004 - /webservices/axis2/trunk/c/src/core/clientapi/op_client.c

Author: shankar
Date: Thu Jan 28 08:55:42 2010
New Revision: 904004

URL: http://svn.apache.org/viewvc?rev=904004&view=rev
Log:
fixing issue AXIS2C-1422

Modified:
    webservices/axis2/trunk/c/src/core/clientapi/op_client.c

Modified: webservices/axis2/trunk/c/src/core/clientapi/op_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/clientapi/op_client.c?rev=904004&r1=904003&r2=904004&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/op_client.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/op_client.c Thu Jan 28 08:55:42 2010
@@ -541,7 +541,6 @@
         }
         else
         {
-            axutil_thread_t *worker_thread = NULL;
             axis2_op_client_worker_func_args_t *arg_list = NULL;
             arg_list = AXIS2_MALLOC(env->allocator, sizeof(axis2_op_client_worker_func_args_t));
             if(!arg_list)
@@ -559,6 +558,7 @@
 #ifdef AXIS2_SVR_MULTI_THREADED
             if (env->thread_pool)
             {
+				axutil_thread_t *worker_thread = NULL;
                 worker_thread = axutil_thread_pool_get_thread(env->thread_pool,
                     axis2_op_client_worker_func,
                     (void *)