summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-08-20 19:09:09 +0000
committerJan Kneschke <jan@kneschke.de>2005-08-20 19:09:09 +0000
commit30b1973266a42988a36a09f5ec95239c84193aee (patch)
treec8c69b3b1228b83652d944a10f558d92b412e3dc
parent1491b63a3780fbbc6599e93ac71c54ef268f74f5 (diff)
downloadlighttpd-git-30b1973266a42988a36a09f5ec95239c84193aee.tar.gz
fixed stat-cache for xattr
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@592 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--src/stat_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat_cache.c b/src/stat_cache.c
index c9c216df..b2dbc671 100644
--- a/src/stat_cache.c
+++ b/src/stat_cache.c
@@ -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;