Changeset 1861

Show
Ignore:
Timestamp:
05/25/2007 12:45:53 PM (17 months ago)
Author:
darix
Message:

- do not use xattr for content-type handling unconditionally

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/stat_cache.c

    r1816 r1861  
    445445                etag_create(sce->etag, &(sce->st)); 
    446446#ifdef HAVE_XATTR 
    447                 if (buffer_is_empty(sce->content_type)) { 
     447                if (con->conf.use_xattr && buffer_is_empty(sce->content_type)) { 
    448448                        stat_cache_attr_get(sce->content_type, name->ptr); 
    449449                }