]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/vfs/vfs.c
New default for ea volume option is "sys".
[netatalk.git] / libatalk / vfs / vfs.c
index 09684192e985648e42e3ce059b168f9a3fa33c81..ebdf75e24b0daef17c157ab7a5dc447770cb465b 100644 (file)
@@ -993,7 +993,6 @@ void initvol_vfs(struct vol *vol)
         LOG(log_debug, logtype_afpd, "initvol_vfs: Enabling EA support with native EAs.");
         vol->vfs_modules[1] = &netatalk_ea_sys;
     } else {
-        /* default: AFPVOL_EA_AD */
         LOG(log_debug, logtype_afpd, "initvol_vfs: Enabling EA support with adouble files.");
         vol->vfs_modules[1] = &netatalk_ea_adouble;
     }