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 2008/04/02 12:59:33 UTC

svn commit: r643844 - /webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c

Author: shankar
Date: Wed Apr  2 03:59:31 2008
New Revision: 643844

URL: http://svn.apache.org/viewvc?rev=643844&view=rev
Log:
bug fix in mod_axis2

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c?rev=643844&r1=643843&r2=643844&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c Wed Apr  2 03:59:31 2008
@@ -593,7 +593,7 @@
     axis2_config_rec_t *conf = (axis2_config_rec_t*)ap_get_module_config(
                 svr_rec->module_config, &axis2_module);
 
-    if (!(conf->axis2_global_pool_size > 0))
+    if (conf->axis2_global_pool_size > 0)
 	{
         /*
             If we are using shared memory, no need to init the child, as the 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org