From 57bfec68d5c1ebac63722e703a950db6057946e1 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 4 Jun 2002 01:45:59 +0000 Subject: Fixed some formatting. (This used to be commit 25554b46ded273e8f4070f14661b691ccc9ddd17) --- source3/nsswitch/winbindd_cache.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index f65705e0fb..282a37230b 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -296,13 +296,14 @@ static struct cache_entry *wcache_fetch(struct winbind_cache *cache, if (centry_expired(domain, centry)) { extern BOOL opt_dual_daemon; + if (opt_dual_daemon) { extern BOOL backgroud_process; backgroud_process = True; } else { - centry_free(centry); - return NULL; - } + centry_free(centry); + return NULL; + } } return centry; -- cgit