From 754159ed9b28976f50adc4aa210cbfcac5217ce1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 25 Oct 2007 13:32:56 +0200 Subject: Don't repeat fast-pathing... Michael (This used to be commit c61b4222d30288add216fac4da3cfaa537f5cd01) --- source3/smbd/posix_acls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index e319a55249..c29d56f524 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -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); } /**************************************************************************** -- cgit