1
0
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:
Michael Adam 2007-10-25 13:32:56 +02:00
parent 6f961a23de
commit c61b4222d3

View File

@ -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);
}
/****************************************************************************