Author: hgomez Date: Wed Apr 25 05:24:08 2007 New Revision: 532337 URL: http://svn.apache.org/viewvc?view=rev&rev=532337 Log: Oups, Thanks Guenter
Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_map.c?view=diff&rev=532337&r1=532336&r2=532337 ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_map.c (original) +++ tomcat/connectors/trunk/jk/native/common/jk_map.c Wed Apr 25 05:24:08 2007 @@ -851,7 +851,7 @@ if (m && f) { FILE *fp; struct stat statbuf; - if (jk_stat(f, &statbuf) != -1) + if (jk_stat(f, &statbuf) == -1) return JK_FALSE; #if defined(AS400) && !defined(AS400_UTF8) fp = fopen(f, "r, o_ccsid=0"); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]