You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2007/04/24 15:20:19 UTC

svn commit: r531924 - /tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

Author: hgomez
Date: Tue Apr 24 06:20:19 2007
New Revision: 531924

URL: http://svn.apache.org/viewvc?view=rev&rev=531924
Log:
A possible fix for i5/OS implementation where all inits are done twice in the same thread

Modified:
    tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c?view=diff&rev=531924&r1=531923&r2=531924
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Tue Apr 24 06:20:19 2007
@@ -2540,6 +2540,10 @@
 static apr_status_t jklog_cleanup(void *d)
 {
     /* set the main_log to NULL */
+#idef AS400
+	main_log = null;
+#endif
+
     d = NULL;
     return APR_SUCCESS;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org