Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 103074 | Differences between
and this patch

Collapse All | Expand All

(-)lighttpd-1.4.0/src/stat_cache.c.orig (-1 / +1 lines)
Lines 391-397 handler_t stat_cache_get_entry(server *s Link Here
391
			etag_create(sce->etag, &(sce->st));
391
			etag_create(sce->etag, &(sce->st));
392
#ifdef HAVE_XATTR
392
#ifdef HAVE_XATTR
393
			if (buffer_is_empty(sce->content_type)) {
393
			if (buffer_is_empty(sce->content_type)) {
394
				stat_cache_attr_get(sce->content_type, name->ptr);
394
				stat_cache_entry_attr_get(sce->content_type, name->ptr);
395
			}
395
			}
396
#endif
396
#endif
397
		}
397
		}

Return to bug 103074