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 2012/03/25 14:38:26 UTC

svn commit: r1305020 - in /tomcat/jk/trunk: native/apache-1.3/mod_jk.c xdocs/miscellaneous/changelog.xml

Author: rjung
Date: Sun Mar 25 12:38:26 2012
New Revision: 1305020

URL: http://svn.apache.org/viewvc?rev=1305020&view=rev
Log:
Fix compilation breakage of mod_jk for HTTPD 1.3
introduced in r1302445.

Modified:
    tomcat/jk/trunk/native/apache-1.3/mod_jk.c
    tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

Modified: tomcat/jk/trunk/native/apache-1.3/mod_jk.c
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/apache-1.3/mod_jk.c?rev=1305020&r1=1305019&r2=1305020&view=diff
==============================================================================
--- tomcat/jk/trunk/native/apache-1.3/mod_jk.c (original)
+++ tomcat/jk/trunk/native/apache-1.3/mod_jk.c Sun Mar 25 12:38:26 2012
@@ -3361,7 +3361,7 @@ static void child_init_handler(server_re
 static void jk_server_cleanup(void *data)
 {
     jk_generic_cleanup((server_rec *) data);
-    jk_shm_close();
+    jk_shm_close(main_log);
 }
 
 

Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml?rev=1305020&r1=1305019&r2=1305020&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Sun Mar 25 12:38:26 2012
@@ -40,6 +40,15 @@
   new documentation project for JK was started.
   </p>
 </section>
+<section name="Changes between 1.2.35 and 1.2.36">
+  <br />
+  <subsection name="Native">
+    <changelog>
+      <fix>Fix compilation of mod_jk for HTTPD 1.3. (rjung)
+      </fix>
+    </changelog>
+  </subsection>
+</section>
 <section name="Changes between 1.2.33 and 1.2.35">
   <br />
   <subsection name="Native">



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