--- lighttpd-1.4.0/src/stat_cache.c.orig 2005-08-20 15:42:48.000000000 +0200 +++ lighttpd-1.4.0/src/stat_cache.c 2005-08-20 15:43:01.000000000 +0200 @@ -391,7 +391,7 @@ handler_t stat_cache_get_entry(server *s etag_create(sce->etag, &(sce->st)); #ifdef HAVE_XATTR if (buffer_is_empty(sce->content_type)) { - stat_cache_attr_get(sce->content_type, name->ptr); + stat_cache_entry_attr_get(sce->content_type, name->ptr); } #endif }