]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/volume.c
new option "case sensitive = yes|no", FR #62.
[netatalk.git] / etc / afpd / volume.c
index 7bdff75dff53ecf87007a9b001a45c87bae944de..3a057dbcb006e8458699de9e3a23098dcd06768e 100644 (file)
@@ -386,6 +386,8 @@ static int getvolparams(const AFPObj *obj, uint16_t bitmap, struct vol *vol, str
                             ashort |= VOLPBIT_ATTR_EXT_ATTRS;
                         if (vol->v_flags & AFPVOL_ACLS)
                             ashort |= VOLPBIT_ATTR_ACLS;
+                        if (vol->v_casefold & AFPVOL_CASESENS)
+                            ashort |= VOLPBIT_ATTR_CASESENS;
                     }
                 }
             }