mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
close some handles. not really necessary but doesn't hurt.
J.F.
(This used to be commit 55b9cd7af6
)
This commit is contained in:
parent
ca87fe7176
commit
52d50bac7a
@ -922,6 +922,9 @@ static NTSTATUS cmd_samr_query_dominfo(struct cli_state *cli,
|
||||
}
|
||||
|
||||
done:
|
||||
|
||||
cli_samr_close(cli, mem_ctx, &domain_pol);
|
||||
cli_samr_close(cli, mem_ctx, &connect_pol);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user