Fixed some formatting.
authorTim Potter <tpot@samba.org>
Tue, 4 Jun 2002 01:45:59 +0000 (01:45 +0000)
committerTim Potter <tpot@samba.org>
Tue, 4 Jun 2002 01:45:59 +0000 (01:45 +0000)
(This used to be commit 25554b46ded273e8f4070f14661b691ccc9ddd17)

source3/nsswitch/winbindd_cache.c

index f65705e0fb0c1837b9925cbe228a1b912226eaee..282a37230b0349043c0a68f605d93c7a15671d2c 100644 (file)
@@ -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;