mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
adding a useful debug
(This used to be commit e374ce779efaec001c1476e0710ceaa9c3b84e8d)
This commit is contained in:
parent
8a53eed206
commit
4f65a3bd03
@ -181,6 +181,7 @@ BOOL enumerate_domain_trusts( TALLOC_CTX *mem_ctx, const char *domain,
|
|||||||
done:
|
done:
|
||||||
/* cleanup */
|
/* cleanup */
|
||||||
if (cli) {
|
if (cli) {
|
||||||
|
DEBUG(10,("enumerate_domain_trusts: shutting down connection...\n"));
|
||||||
cli_nt_session_close( cli );
|
cli_nt_session_close( cli );
|
||||||
cli_shutdown( cli );
|
cli_shutdown( cli );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user