summaryrefslogtreecommitdiffstats
path: root/source/libsmb
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-11-22 06:15:28 +0000
committerGerald Carter <jerry@samba.org>2003-11-22 06:15:28 +0000
commite374ce779efaec001c1476e0710ceaa9c3b84e8d (patch)
tree0450afd51b4c0b72e7d50c9fef6498882492116d /source/libsmb
parent04e37283f230b28f3019bfab3a71dde5e4ae4e23 (diff)
downloadsamba-e374ce779efaec001c1476e0710ceaa9c3b84e8d.tar.gz
samba-e374ce779efaec001c1476e0710ceaa9c3b84e8d.tar.xz
samba-e374ce779efaec001c1476e0710ceaa9c3b84e8d.zip
adding a useful debug
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/trusts_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libsmb/trusts_util.c b/source/libsmb/trusts_util.c
index c18641bc845..2c6eb1b55a8 100644
--- a/source/libsmb/trusts_util.c
+++ b/source/libsmb/trusts_util.c
@@ -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 );
}