You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sh...@apache.org on 2010/01/28 11:05:28 UTC

svn commit: r904023 - /webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c

Author: shankar
Date: Thu Jan 28 10:05:28 2010
New Revision: 904023

URL: http://svn.apache.org/viewvc?rev=904023&view=rev
Log:
fixing compilation issue

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=904023&r1=904022&r2=904023&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 Thu Jan 28 10:05:28 2010
@@ -116,7 +116,9 @@
     {
         int socket = -1;
         axis2_http_svr_thd_args_t *arg_list = NULL;
+#ifdef AXIS2_SVR_MULTI_THREADED
         axutil_thread_t *worker_thread = NULL;
+#endif
 
         socket = (int)axutil_network_handler_svr_socket_accept(env, svr_thread-> listen_socket);
         if(!svr_thread->worker)