diff options
-rw-r--r-- | source3/smbd/reply.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 2135299df0..e3ae0ef7f6 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -1863,12 +1863,6 @@ static NTSTATUS can_rename(connection_struct *conn, files_struct *fsp, return NT_STATUS_NO_SUCH_FILE; } -#if 0 - /* We used to deny renames on the - * source open for non-delete open. - * Turns out this is not the case. - * VL please test but this matches - * Windows behaviour. JRA. */ if (S_ISDIR(pst->st_mode)) { return NT_STATUS_OK; } @@ -1878,9 +1872,6 @@ static NTSTATUS can_rename(connection_struct *conn, files_struct *fsp, } return NT_STATUS_ACCESS_DENIED; -#else - return NT_STATUS_OK; -#endif } /******************************************************************* |