mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
s3: smbclient: Allinfo leaves the file handle open.
https://bugzilla.samba.org/show_bug.cgi?id=11094 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Feb 10 23:28:46 CET 2015 on sn-devel-104
This commit is contained in:
parent
b3d5d0319d
commit
080ec0f7d9
@ -1816,6 +1816,7 @@ static int do_allinfo(const char *name)
|
||||
}
|
||||
|
||||
TALLOC_FREE(snapshots);
|
||||
cli_close(cli, fnum);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user