mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
vfs: Fix typos
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
6f68812d22
commit
2edb49c5fc
@ -334,14 +334,14 @@ static acl_t smb_acl_to_posix(const struct smb_acl_t *acl)
|
||||
switch (entry->a_type) {
|
||||
case SMB_ACL_USER:
|
||||
if (acl_set_qualifier(e, &entry->info.user.uid) != 0) {
|
||||
DEBUG(1, ("acl_set_qualifiier failed: %s\n",
|
||||
DEBUG(1, ("acl_set_qualifier failed: %s\n",
|
||||
strerror(errno)));
|
||||
goto fail;
|
||||
}
|
||||
break;
|
||||
case SMB_ACL_GROUP:
|
||||
if (acl_set_qualifier(e, &entry->info.group.gid) != 0) {
|
||||
DEBUG(1, ("acl_set_qualifiier failed: %s\n",
|
||||
DEBUG(1, ("acl_set_qualifier failed: %s\n",
|
||||
strerror(errno)));
|
||||
goto fail;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user