You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2007/02/26 09:16:18 UTC

svn commit: r511749 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

Author: jfclere
Date: Mon Feb 26 00:16:18 2007
New Revision: 511749

URL: http://svn.apache.org/viewvc?view=rev&rev=511749
Log:
jk_init has to be a void in Apache httpd-1.3.x

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

Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c?view=diff&rev=511749&r1=511748&r2=511749
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Mon Feb 26 00:16:18 2007
@@ -2544,8 +2544,7 @@
                          "No worker file and no worker options in httpd.conf "
                          "use JkWorkerFile to set workers");
         }
-        ap_log_error(APLOG_MARK, APLOG_EMERG | APLOG_NOERRNO, NULL, "Error in reading worker properties");
-        return !OK;
+        jk_error_exit(APLOG_MARK, APLOG_EMERG | APLOG_NOERRNO, s, p, "Error in reading worker properties");
 
     }
 #if MODULE_MAGIC_NUMBER >= 19980527



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