diff options
author | Jeremy Allison <jra@samba.org> | 2007-01-04 20:46:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:54 -0500 |
commit | e5e0f51b83e052418d917c65ac4009642c84140a (patch) | |
tree | b7aab4e9e64c59dc862e58090bbf6c6dc1bfc0b8 /source3 | |
parent | 2276cd666ff149f22b56971fb3015b903f5b3165 (diff) | |
download | samba-e5e0f51b83e052418d917c65ac4009642c84140a.tar.gz samba-e5e0f51b83e052418d917c65ac4009642c84140a.tar.bz2 samba-e5e0f51b83e052418d917c65ac4009642c84140a.zip |
r20530: Don't want this call to get inadvertently re-added :-).
Jeremy.
(This used to be commit 68c4fbcf3397d6c43a3e5809b20a23116b1f8a31)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c index 419c80e3c4..b1ced5b77f 100644 --- a/source3/nsswitch/winbindd_util.c +++ b/source3/nsswitch/winbindd_util.c @@ -529,9 +529,6 @@ BOOL init_domain_list(void) &cache_methods, &our_sid); domain->primary = True; setup_domain_child(domain, &domain->child, NULL); -#if 0 /* old code needed to get the parent domain */ - init_dc_connection(domain); -#endif /* Even in the parent winbindd we'll need to talk to the DC, so try and see if we can |