1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r17152: Don't handle the delete pending here, await

reschedule.
Jeremy.
This commit is contained in:
Jeremy Allison 2006-07-19 21:03:03 +00:00 committed by Gerald (Jerry) Carter
parent 3fea233802
commit 11bab9d579

View File

@ -1594,13 +1594,6 @@ NTSTATUS open_file_ntcreate(connection_struct *conn,
access_mask, share_access,
create_options, &file_existed);
if (NT_STATUS_EQUAL(status, NT_STATUS_DELETE_PENDING)) {
/* DELETE_PENDING is not deferred for a second */
TALLOC_FREE(lck);
file_free(fsp);
return status;
}
if (!NT_STATUS_IS_OK(status)) {
struct deferred_open_record state;