1
0
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:
Gerald Carter 2003-11-22 06:15:28 +00:00
parent 8a53eed206
commit 4f65a3bd03

View File

@ -181,6 +181,7 @@ BOOL enumerate_domain_trusts( TALLOC_CTX *mem_ctx, const char *domain,
done:
/* cleanup */
if (cli) {
DEBUG(10,("enumerate_domain_trusts: shutting down connection...\n"));
cli_nt_session_close( cli );
cli_shutdown( cli );
}