The branch, master has been updated via bb454b5fd95185a1456ea120b3a7c56f4a4f1c78 (commit) from 77819597f33d85e67257b73e2e82f2ba123ebf25 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit bb454b5fd95185a1456ea120b3a7c56f4a4f1c78 Author: Aravind Srinivasan <aravind.sriniva...@isilon.com> Date: Thu May 14 15:54:46 2009 +0000 s3 onefs: Removing an incorrect TALLOC_FREE Signed-off-by: Tim Prouty <tpro...@samba.org> ----------------------------------------------------------------------- Summary of changes: source3/modules/onefs_open.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source3/modules/onefs_open.c b/source3/modules/onefs_open.c index 5d7b422..dc8bf10 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; } -- Samba Shared Repository