]> arthur.barton.de Git - netatalk.git/commit
FPExchangeFiles must only switch data file, not metadata
authorRalph Boehme <sloowfranklin@gmail.com>
Tue, 13 Aug 2013 14:19:25 +0000 (16:19 +0200)
committerRalph Boehme <sloowfranklin@gmail.com>
Tue, 13 Aug 2013 14:58:08 +0000 (16:58 +0200)
commitcd9c05184ff9bb779034c2dc9cd63a975dac059e
tree7012272bba486657ed9585bedf8e7bfee495dd37
parentd6871a38bd010d27e29aff572d291808b9da278a
FPExchangeFiles must only switch data file, not metadata

In Netatalk 3, afp_exchangefiles() moves the metadata EAs togehter with
the files, so we must copy the metadata EAs back at then end.

Fixes bug #521.
NEWS
etc/afpd/file.c
include/atalk/adouble.h
libatalk/adouble/ad_open.c