From 34bc8054459a248ec45324af9356e52f1ba83973 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Wed, 16 Jan 2013 17:34:32 +0100 Subject: [PATCH] Fix extension mapping Extension mapping did only work for files with a valid metadata EA. Fixed in #487. --- etc/afpd/file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/afpd/file.c b/etc/afpd/file.c index f62e05ee..153f1325 100644 --- a/etc/afpd/file.c +++ b/etc/afpd/file.c @@ -92,6 +92,7 @@ void *get_finderinfo(const struct vol *vol, const char *upath, struct adouble *a } else { memcpy(data, ufinderi, ADEDLEN_FINDERI); + chk_ext = 1; if (vol_inv_dots(vol) && *upath == '.') { /* make it invisible */ uint16_t ashort; -- 2.39.2