summaryrefslogtreecommitdiffstats
path: root/source3/client
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2015-02-10 09:32:11 -0800
committerVolker Lendecke <vl@samba.org>2015-02-10 23:28:46 +0100
commit080ec0f7d9735b27138deb5f91a397935f089f02 (patch)
treefeb65b4f7c8779508f97e14086576a06d2655ec6 /source3/client
parentb3d5d0319d844038e62119755dbbedd701931ccc (diff)
downloadsamba-080ec0f7d9735b27138deb5f91a397935f089f02.tar.gz
samba-080ec0f7d9735b27138deb5f91a397935f089f02.tar.xz
samba-080ec0f7d9735b27138deb5f91a397935f089f02.zip
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
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 5d708970ad..1458cf299f 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;
}