mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
r17130: Remove unneeded unlock call.
Jeremy.
This commit is contained in:
parent
b7374835e6
commit
b3b5aec0ee
@ -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…
x
Reference in New Issue
Block a user