Changeset 1861
- Timestamp:
- 05/25/2007 12:45:53 PM (17 months ago)
- Files:
-
- 1 modified
-
trunk/src/stat_cache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/stat_cache.c
r1816 r1861 445 445 etag_create(sce->etag, &(sce->st)); 446 446 #ifdef HAVE_XATTR 447 if ( buffer_is_empty(sce->content_type)) {447 if (con->conf.use_xattr && buffer_is_empty(sce->content_type)) { 448 448 stat_cache_attr_get(sce->content_type, name->ptr); 449 449 }

