summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cache.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-10-15 21:34:42 +0000
committerJeremy Allison <jra@samba.org>2002-10-15 21:34:42 +0000
commite3522b2123bbb07eea0068afc939756e0e655696 (patch)
tree43cc3a5aab6c33217dfec51d0b7e876115e0935f /source3/nsswitch/winbindd_cache.c
parent400864a7b380c890156b1303f8327b9019add60a (diff)
downloadsamba-e3522b2123bbb07eea0068afc939756e0e655696.tar.gz
samba-e3522b2123bbb07eea0068afc939756e0e655696.tar.bz2
samba-e3522b2123bbb07eea0068afc939756e0e655696.zip
Fix spelling of background_process.
Jeremy. (This used to be commit 2006e36c18bb2d5e44179829c66934efad38b0c7)
Diffstat (limited to 'source3/nsswitch/winbindd_cache.c')
-rw-r--r--source3/nsswitch/winbindd_cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c
index 8c02160e02..6ba1d48f5a 100644
--- a/source3/nsswitch/winbindd_cache.c
+++ b/source3/nsswitch/winbindd_cache.c
@@ -301,8 +301,8 @@ static struct cache_entry *wcache_fetch(struct winbind_cache *cache,
extern BOOL opt_dual_daemon;
if (opt_dual_daemon) {
- extern BOOL backgroud_process;
- backgroud_process = True;
+ extern BOOL background_process;
+ background_process = True;
} else {
centry_free(centry);
return NULL;