Author: hgomez Date: Tue Apr 24 08:46:42 2007 New Revision: 531988 URL: http://svn.apache.org/viewvc?view=rev&rev=531988 Log: On i5/OS it seems mandatory to reset the main_log. tested on an Apache instance with multi virtual hosts and it's required...
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=531988&r1=531987&r2=531988 ============================================================================== --- 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 08:46:42 2007 @@ -2545,6 +2545,10 @@ static apr_status_t jklog_cleanup(void *d) { /* set the main_log to NULL */ +#ifdef AS400 + main_log = NULL; +#endif + d = NULL; return APR_SUCCESS; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]