mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
vfs: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
94dcbed38d
commit
9978953786
@ -449,7 +449,7 @@ static NTSTATUS validate_nt_acl_blob(TALLOC_CTX *mem_ctx,
|
|||||||
switch (xattr_version) {
|
switch (xattr_version) {
|
||||||
case 1:
|
case 1:
|
||||||
case 2:
|
case 2:
|
||||||
/* These xattr types are unilatteral, they do not
|
/* These xattr types are unilateral, they do not
|
||||||
* require confirmation of the hash. In particular,
|
* require confirmation of the hash. In particular,
|
||||||
* the NTVFS file server uses version 1, but
|
* the NTVFS file server uses version 1, but
|
||||||
* 'samba-tool ntacl' can set these as well */
|
* 'samba-tool ntacl' can set these as well */
|
||||||
|
Loading…
Reference in New Issue
Block a user