diff options
-rw-r--r-- | source3/client/client.c | 1 |
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; } |