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

Karolin Seeger kseeger at samba.org
Mon Feb 16 15:21:02 MST 2015


The branch, v4-1-test has been updated
       via  99fe2d6 s3: smbclient: Allinfo leaves the file handle open.
      from  1872ddc printing/cups: pack requested-attributes with IPP_TAG_KEYWORD

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


- Log -----------------------------------------------------------------
commit 99fe2d6464afd260cf08971fcb7071e44e46572e
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-1-test): Karolin Seeger <kseeger at samba.org>
    Autobuild-Date(v4-1-test): Mon Feb 16 23:20:50 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 20932cc..00f8282 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -1820,6 +1820,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