From 10ada62bedd6edaaf1311ce03bf9695f927de7b9 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 6 Oct 2006 17:33:57 +0000 Subject: r19148: Finish last nights patch - make offline work again. Still under test. Jeremy. (This used to be commit 40a455db78f805daa6bfeb9e78fb78dcc12fd9a7) --- source3/nsswitch/winbindd_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_cache.c') diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index 43bb33bea9..745a9e262a 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -90,7 +90,7 @@ static struct winbind_cache *get_cache(struct winbindd_domain *domain) /* we have to know what type of domain we are dealing with first */ if ( !domain->initialized ) - set_dc_type_and_flags( domain ); + init_dc_connection( domain ); /* OK. listen up becasue I'm only going to say this once. -- cgit