]> arthur.barton.de Git - netatalk.git/commit
Don't convert AppleDouble v2 file of symlinks, delete it
authorRalph Boehme <sloowfranklin@gmail.com>
Tue, 27 Nov 2012 17:04:29 +0000 (18:04 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Tue, 27 Nov 2012 17:04:29 +0000 (18:04 +0100)
commit8f60935cc161eb79dec63b5f791e732920ba5696
treeac62949bd924e76939bff66cb06a47e04dce1dbb
parent820fc9f0b3b1e2a9f055fc572bae60151fa0ecba
Don't convert AppleDouble v2 file of symlinks, delete it

Netatalk 2.x created AppleDouble files for symlinks. Netatalk's 3
autoconversion of AppleDouble files to AppleDouble metadata
extended attributes failed to do the conversion in ad_convert()
because some filesystem may not support EAs on symlinks.

The new behaviour is to ignore symlinks in ad_convert().

Fixes bug #471.
libatalk/adouble/ad_conv.c