Author: nandika Date: Fri Dec 14 02:41:51 2007 New Revision: 604152 URL: http://svn.apache.org/viewvc?rev=604152&view=rev Log: thread_exit function commented
Modified: webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c Modified: webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c?rev=604152&r1=604151&r2=604152&view=diff ============================================================================== --- webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c (original) +++ webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c Fri Dec 14 02:41:51 2007 @@ -293,9 +293,10 @@ axutil_free_thread_env(thread_env); thread_env = NULL; } +/* #ifdef AXIS2_SVR_MULTI_THREADED axutil_thread_pool_exit_thread(env->thread_pool, thd); #endif - +*/ return NULL; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]