You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2008/01/16 19:47:03 UTC

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

Author: rjung
Date: Wed Jan 16 10:47:02 2008
New Revision: 612539

URL: http://svn.apache.org/viewvc?rev=612539&view=rev
Log:
Minor fix for r611696.

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?rev=612539&r1=612538&r2=612539&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Wed Jan 16 10:47:02 2008
@@ -642,7 +642,7 @@
     if (conf->options & JK_OPT_FLUSHEADER)
         s->flush_header = 1;
 
-    reply_timeout = apr_table_get(r->subprocess_env, "JK_REPLY_TIMEOUT");
+    reply_timeout = ap_table_get(r->subprocess_env, "JK_REPLY_TIMEOUT");
     if (reply_timeout)
         s->reply_timeout = atoi(reply_timeout);
 



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