1
0
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:
Jeremy Allison 2015-02-10 09:32:11 -08:00 committed by Volker Lendecke
parent b3d5d0319d
commit 080ec0f7d9

View File

@ -1816,6 +1816,7 @@ static int do_allinfo(const char *name)
}
TALLOC_FREE(snapshots);
cli_close(cli, fnum);
return 0;
}