mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r17130: Remove unneeded unlock call.
Jeremy.
(This used to be commit b3b5aec0ee
)
This commit is contained in:
parent
4815e2c344
commit
addc07be7d
@ -1549,9 +1549,6 @@ NTSTATUS open_file_ntcreate(connection_struct *conn,
|
||||
access_mask);
|
||||
|
||||
if (!NT_STATUS_IS_OK(fsp_open)) {
|
||||
if (lck != NULL) {
|
||||
TALLOC_FREE(lck);
|
||||
}
|
||||
file_free(fsp);
|
||||
return fsp_open;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user