mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r12491: End profile fixes from SATOH Fumiyasu <fumiya@samba.gr.jp>.
Jeremy.
(This used to be commit 2187502732
)
This commit is contained in:
parent
44db82065a
commit
c4ccc8f37e
@ -1288,7 +1288,6 @@ static int call_nt_transact_create(connection_struct *conn, char *inbuf, char *o
|
||||
if (!NT_STATUS_IS_OK(status) && (NT_STATUS_EQUAL(status,NT_STATUS_ACCESS_DENIED) ||
|
||||
NT_STATUS_EQUAL(status,NT_STATUS_CANNOT_DELETE))) {
|
||||
restore_case_semantics(conn, file_attributes);
|
||||
END_PROFILE(SMBntcreateX);
|
||||
return ERROR_NT(status);
|
||||
}
|
||||
}
|
||||
|
@ -5465,7 +5465,7 @@ int reply_setattrE(connection_struct *conn, char *inbuf,char *outbuf, int size,
|
||||
outsize = set_message(outbuf,0,0,True);
|
||||
|
||||
if(!fsp || (fsp->conn != conn)) {
|
||||
END_PROFILE(SMBgetattrE);
|
||||
END_PROFILE(SMBsetattrE);
|
||||
return ERROR_DOS(ERRDOS,ERRbadfid);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user