Changeset 1862 for tags/lighttpd-1.4.15

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

- this shouldnt go into the tag

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tags/lighttpd-1.4.15/src/stat_cache.c

    r1860 r1862  
    611611                etag_create(sce->etag, &(sce->st)); 
    612612#ifdef HAVE_XATTR 
    613                 if (con->conf.use_xattr && buffer_is_empty(sce->content_type)) { 
     613                if (buffer_is_empty(sce->content_type)) { 
    614614                        stat_cache_attr_get(sce->content_type, name->ptr); 
    615615                }