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 <[email protected]>
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 <[email protected]>
    Reviewed-by: Volker Lendecke <[email protected]>
    
    Autobuild-User(master): Volker Lendecke <[email protected]>
    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

Reply via email to