Changeset 1860
- Timestamp:
- 05/25/2007 12:44:15 PM (1 year ago)
- Files:
-
- tags/lighttpd-1.4.15/src/stat_cache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/lighttpd-1.4.15/src/stat_cache.c
r1371 r1860 611 611 etag_create(sce->etag, &(sce->st)); 612 612 #ifdef HAVE_XATTR 613 if ( buffer_is_empty(sce->content_type)) {613 if (con->conf.use_xattr && buffer_is_empty(sce->content_type)) { 614 614 stat_cache_attr_get(sce->content_type, name->ptr); 615 615 }

