1
0
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:
Jeremy Allison 2006-07-19 05:26:51 +00:00 committed by Gerald (Jerry) Carter
parent 4815e2c344
commit addc07be7d

View File

@ -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;
}