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 2006/11/27 13:36:50 UTC

svn commit: r479606 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

Author: rjung
Date: Mon Nov 27 04:36:49 2006
New Revision: 479606

URL: http://svn.apache.org/viewvc?view=rev&rev=479606
Log:
Fix wrong struct member type for new attribute.

Modified:
    tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c
    tomcat/connectors/trunk/jk/native/apache-2.0/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=479606&r1=479605&r2=479606
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Mon Nov 27 04:36:49 2006
@@ -121,7 +121,7 @@
     jk_map_t *worker_properties;
     char *worker_file;
     char *mount_file;
-    char *mount_file_reload;
+    int mount_file_reload;
     jk_map_t *uri_to_context;
 
     int mountcopy;

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=479606&r1=479605&r2=479606
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Mon Nov 27 04:36:49 2006
@@ -153,7 +153,7 @@
     jk_map_t *worker_properties;
     char *worker_file;
     char *mount_file;
-    char *mount_file_reload;
+    int mount_file_reload;
     jk_map_t *uri_to_context;
 
     int mountcopy;



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