summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cache.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-10-06 17:33:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:16 -0500
commit10ada62bedd6edaaf1311ce03bf9695f927de7b9 (patch)
treee423db765e375b43bc90350e168874a90baa8ae2 /source3/nsswitch/winbindd_cache.c
parent1362fd0b687294ac3e944797a6f87284b545fa22 (diff)
downloadsamba-10ada62bedd6edaaf1311ce03bf9695f927de7b9.tar.gz
samba-10ada62bedd6edaaf1311ce03bf9695f927de7b9.tar.bz2
samba-10ada62bedd6edaaf1311ce03bf9695f927de7b9.zip
r19148: Finish last nights patch - make offline
work again. Still under test. Jeremy. (This used to be commit 40a455db78f805daa6bfeb9e78fb78dcc12fd9a7)
Diffstat (limited to 'source3/nsswitch/winbindd_cache.c')
-rw-r--r--source3/nsswitch/winbindd_cache.c2
1 files changed, 1 insertions, 1 deletions
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.