fixed stat-cache for xattr
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@592 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.2
parent
1491b63a37
commit
30b1973266
|
@ -181,7 +181,7 @@ void stat_cache_free(stat_cache *fc) {
|
|||
}
|
||||
|
||||
#ifdef HAVE_XATTR
|
||||
static int stat_cache_entry_attr_get(buffer *buf, char *name) {
|
||||
static int stat_cache_attr_get(buffer *buf, char *name) {
|
||||
int attrlen;
|
||||
int ret;
|
||||
|
||||
|
|
Loading…
Reference in New Issue