summaryrefslogtreecommitdiff
path: root/source/nsswitch/winbindd_cache.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-10-15 21:34:40 +0000
committerJeremy Allison <jra@samba.org>2002-10-15 21:34:40 +0000
commit94fc0ea9f99bc73486ef374a84d2c20ce895ee14 (patch)
treea482d5c04dea0127021f1ce37f64aec04c3a6848 /source/nsswitch/winbindd_cache.c
parent042890056d5d4128eaaca346e7898ccda860dbe2 (diff)
downloadsamba-94fc0ea9f99bc73486ef374a84d2c20ce895ee14.tar.gz
Fix spelling of background_process.
Jeremy.
Diffstat (limited to 'source/nsswitch/winbindd_cache.c')
-rw-r--r--source/nsswitch/winbindd_cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nsswitch/winbindd_cache.c b/source/nsswitch/winbindd_cache.c
index 8c02160e029..6ba1d48f5af 100644
--- a/source/nsswitch/winbindd_cache.c
+++ b/source/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;