You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2007/04/24 21:42:26 UTC

svn commit: r532053 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

Author: hgomez
Date: Tue Apr 24 12:42:24 2007
New Revision: 532053

URL: http://svn.apache.org/viewvc?view=rev&rev=532053
Log:
Missing statbuf

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=532053&r1=532052&r2=532053
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_map.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_map.c Tue Apr 24 12:42:24 2007
@@ -872,8 +872,11 @@
                 }
             }
             fclose(fp);
-            if (modified)
+            if (modified) {
+            	struct stat statbuf;
+				jk_stat(f, &statbuf);
                 *modified = statbuf.st_mtime;
+            }
         }
     }
 



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