From: Volker Lendecke Date: Fri, 2 Aug 2019 13:24:16 +0000 (+0200) Subject: smbd: Slightly simplify open_file_ntcreate() X-Git-Tag: tdb-1.4.2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ecfa36e777cf377a4ae06644b0880fef4867452;p=thirdparty%2Fsamba.git smbd: Slightly simplify open_file_ntcreate() There is no reference to "file_existed" after this point anymore Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 77dd33b8378..ea5be99bd31 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -3489,18 +3489,6 @@ static NTSTATUS open_file_ntcreate(connection_struct *conn, status = open_mode_check(conn, lck, access_mask, share_access); - if (NT_STATUS_EQUAL(status, NT_STATUS_SHARING_VIOLATION) || - (lck->data->num_share_modes > 0)) { - /* - * This comes from ancient times out of open_mode_check. I - * have no clue whether this is still necessary. I can't think - * of a case where this would actually matter further down in - * this function. I leave it here for further investigation - * :-) - */ - file_existed = true; - } - if (req != NULL) { /* * Handle oplocks, deferring the request if delay_for_oplock()