summaryrefslogtreecommitdiff
path: root/source3/modules/onefs_open.c
diff options
context:
space:
mode:
authorAravind Srinivasan <aravind.srinivasan@isilon.com>2009-05-14 15:54:46 +0000
committerTim Prouty <tprouty@samba.org>2009-05-19 10:01:15 -0700
commitbb454b5fd95185a1456ea120b3a7c56f4a4f1c78 (patch)
tree8072af7776f41b326af31b1f6f018b755c885de6 /source3/modules/onefs_open.c
parent77819597f33d85e67257b73e2e82f2ba123ebf25 (diff)
downloadsamba-bb454b5fd95185a1456ea120b3a7c56f4a4f1c78.tar.gz
samba-bb454b5fd95185a1456ea120b3a7c56f4a4f1c78.tar.bz2
samba-bb454b5fd95185a1456ea120b3a7c56f4a4f1c78.zip
s3 onefs: Removing an incorrect TALLOC_FREE
Signed-off-by: Tim Prouty <tprouty@samba.org>
Diffstat (limited to 'source3/modules/onefs_open.c')
-rw-r--r--source3/modules/onefs_open.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/modules/onefs_open.c b/source3/modules/onefs_open.c
index 5d7b42281c..dc8bf10a94 100644
--- a/source3/modules/onefs_open.c
+++ b/source3/modules/onefs_open.c
@@ -977,7 +977,6 @@ NTSTATUS onefs_open_file_ntcreate(connection_struct *conn,
create_options);
if (NT_STATUS_IS_OK(status)) {
- TALLOC_FREE(lck);
if (pinfo) {
*pinfo = FILE_WAS_OPENED;
}