Changeset 2128
- Timestamp:
- 03/13/2008 03:34:10 PM (6 months ago)
- Location:
- branches/lighttpd-1.4.x
- Files:
-
- 2 modified
-
NEWS (modified) (1 diff)
-
src/mod_compress.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/NEWS
r2127 r2128 6 6 - 1.4.20 - 7 7 8 * 8 * Fix mod_compress to compile with old gcc version (#1592) 9 9 10 10 - 1.4.19 - 2008-03-10 -
branches/lighttpd-1.4.x/src/mod_compress.c
r2101 r2128 179 179 180 180 if (!buffer_is_empty(s->compress_cache_dir)) { 181 struct stat st; 181 182 mkdir_recursive(s->compress_cache_dir->ptr); 182 183 183 struct stat st;184 184 if (0 != stat(s->compress_cache_dir->ptr, &st)) { 185 185 log_error_write(srv, __FILE__, __LINE__, "sbs", "can't stat compress.cache-dir",

