[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Feb 10 15:29:03 MST 2015


The branch, master has been updated
       via  080ec0f s3: smbclient: Allinfo leaves the file handle open.
      from  b3d5d03 smbd: Fix a typo

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 080ec0f7d9735b27138deb5f91a397935f089f02
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Feb 10 09:32:11 2015 -0800

    s3: smbclient: Allinfo leaves the file handle open.
    
    https://bugzilla.samba.org/show_bug.cgi?id=11094
    
    Signed-off-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Tue Feb 10 23:28:46 CET 2015 on sn-devel-104

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

Summary of changes:
 source3/client/client.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/source3/client/client.c b/source3/client/client.c
index 5d70897..1458cf2 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -1816,6 +1816,7 @@ static int do_allinfo(const char *name)
 	}
 
 	TALLOC_FREE(snapshots);
+	cli_close(cli, fnum);
 
 	return 0;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list