From e5e0f51b83e052418d917c65ac4009642c84140a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 4 Jan 2007 20:46:13 +0000 Subject: r20530: Don't want this call to get inadvertently re-added :-). Jeremy. (This used to be commit 68c4fbcf3397d6c43a3e5809b20a23116b1f8a31) --- source3/nsswitch/winbindd_util.c | 3 --- 1 file changed, 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 -- cgit