From 7d2c9c67fd5e4ebcedc5774fb8a24bee985b8fc8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 11 Mar 2008 15:26:02 -0700 Subject: Using Metze's S4 nttrans rename test, the nttrans rename behaves the same as the trans2 one. Jeremy. (This used to be commit c4fa4917dad97c5047f7336c6675739b44da256b) --- source3/smbd/nttrans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index f67ddd3b31..bc93d19af3 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -1550,7 +1550,7 @@ static void call_nt_transact_rename(connection_struct *conn, replace_if_exists, False, dest_has_wcard, - DELETE_ACCESS); + FILE_WRITE_ATTRIBUTES); if (!NT_STATUS_IS_OK(status)) { if (open_was_deferred(req->mid)) { -- cgit