[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1038-gd3bb598

Tim Prouty tprouty at samba.org
Tue May 19 17:06:40 GMT 2009


The branch, v3-4-test has been updated
       via  d3bb598e656c22955dcb2f34dabcdc4946b61725 (commit)
      from  bfe7383d7f0349fec796d04772d42d566f7f083b (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit d3bb598e656c22955dcb2f34dabcdc4946b61725
Author: Aravind Srinivasan <aravind.srinivasan at isilon.com>
Date:   Thu May 14 15:54:46 2009 +0000

    s3 onefs: Removing an incorrect TALLOC_FREE
    
    Signed-off-by: Tim Prouty <tprouty at samba.org>
    (cherry picked from commit bb454b5fd95185a1456ea120b3a7c56f4a4f1c78)

-----------------------------------------------------------------------

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 f45db40..f290903 100644
--- a/source3/modules/onefs_open.c
+++ b/source3/modules/onefs_open.c
@@ -986,7 +986,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


More information about the samba-cvs mailing list