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 su...@apache.org on 2008/07/11 10:34:59 UTC

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

Author: supun
Date: Fri Jul 11 01:34:57 2008
New Revision: 675864

URL: http://svn.apache.org/viewvc?rev=675864&view=rev
Log:
reverting the changes for issue AXIS2C-995

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=675864&r1=675863&r2=675864&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 Fri Jul 11 01:34:57 2008
@@ -713,7 +713,7 @@
         exit(APEXIT_CHILDFATAL);
     }
 	/* If we are initialized we register a clean up as well */
-	apr_pool_cleanup_register(p, NULL, axis2_shutdown, apr_pool_cleanup_null);
+	/* apr_pool_cleanup_register(p, NULL, axis2_shutdown, apr_pool_cleanup_null);*/
 }
 
 static void