diff options
author | Gerald Carter <jerry@samba.org> | 2005-02-11 14:31:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:55:38 -0500 |
commit | a309fed583609d19c74c6f3eb63d2113b2a337d3 (patch) | |
tree | 57047f1341219d2bb9347eff8a63e81fdc9baf4f /source3/nsswitch/winbindd_util.c | |
parent | aa9132cc55d43d9d197e3196fc7098eec6e8615a (diff) | |
download | samba-a309fed583609d19c74c6f3eb63d2113b2a337d3.tar.gz samba-a309fed583609d19c74c6f3eb63d2113b2a337d3.tar.xz samba-a309fed583609d19c74c6f3eb63d2113b2a337d3.zip |
r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable netbios = yes'
(This used to be commit 75a223f1188ae0041c9e3c748af107d642f73810)
Diffstat (limited to 'source3/nsswitch/winbindd_util.c')
-rw-r--r-- | source3/nsswitch/winbindd_util.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c index 1f727dd18d..11da05ac3b 100644 --- a/source3/nsswitch/winbindd_util.c +++ b/source3/nsswitch/winbindd_util.c @@ -167,11 +167,6 @@ static struct winbindd_domain *add_trusted_domain(const char *domain_name, const sid_copy(&domain->sid, sid); } - DEBUG(3,("add_trusted_domain: %s is an %s %s domain\n", domain->name, - domain->active_directory ? "ADS" : "NT4", - domain->native_mode ? "native mode" : - ((domain->active_directory && !domain->native_mode) ? "mixed mode" : ""))); - /* Link to domain list */ DLIST_ADD(_domain_list, domain); |