From: Alexander Barton Date: Tue, 4 May 2010 22:43:09 +0000 (+0200) Subject: Don't pre-create special folders X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=5ecacc30626d9f4bfac435a7df79a0b54ae7742d Don't pre-create special folders --- diff --git a/etc/afpd/volume.c b/etc/afpd/volume.c index c6504ad1..d998124f 100644 --- a/etc/afpd/volume.c +++ b/etc/afpd/volume.c @@ -146,10 +146,10 @@ typedef struct _special_folder { } _special_folder; static const _special_folder special_folders[] = { +#if 0 {"Network Trash Folder", 1, 0777, 1}, {"Temporary Items", 1, 0777, 1}, {".AppleDesktop", 1, 0777, 0}, -#if 0 {"TheFindByContentFolder", 0, 0, 1}, {"TheVolumeSettingsFolder", 0, 0, 1}, #endif