[SCM] Samba Shared Repository - branch v4-0-test updated

Karolin Seeger kseeger at samba.org
Mon Feb 16 15:14:04 MST 2015


The branch, v4-0-test has been updated
       via  0d5069f s3: smbclient: Allinfo leaves the file handle open.
      from  40b9149 printing/cups: pack requested-attributes with IPP_TAG_KEYWORD

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 0d5069f9c1fddc48019a773bd34708307dd1e401
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
    
    (cherry picked from commit 080ec0f7d9735b27138deb5f91a397935f089f02)
    
    Autobuild-User(v4-0-test): Karolin Seeger <kseeger at samba.org>
    Autobuild-Date(v4-0-test): Mon Feb 16 23:13:45 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 a3a1d0a..842b3b6 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -1812,6 +1812,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