mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
Don't repeat fast-pathing...
Michael
This commit is contained in:
parent
6f961a23de
commit
c61b4222d3
@ -4270,7 +4270,7 @@ bool can_delete_file_in_directory(connection_struct *conn, const char *fname)
|
||||
|
||||
/* now for ACL checks */
|
||||
|
||||
return can_access_file(conn, dname, &sbuf, FILE_WRITE_DATA);
|
||||
return can_access_file_acl(conn, dname, &sbuf, FILE_WRITE_DATA);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user