summaryrefslogtreecommitdiff
path: root/source3/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
commit04b02e86ac956604366549e4b8542910c16b6ae7 (patch)
tree18197efaf51b173b7ca284c446a522febfb8c504 /source3/nsswitch/winbindd_cache.c
parent2e86b6bcc827cf803734f0e6c2620ade4df1d098 (diff)
downloadsamba-04b02e86ac956604366549e4b8542910c16b6ae7.tar.gz
samba-04b02e86ac956604366549e4b8542910c16b6ae7.tar.bz2
samba-04b02e86ac956604366549e4b8542910c16b6ae7.zip
Fix spelling of background_process.
Jeremy. (This used to be commit 94fc0ea9f99bc73486ef374a84d2c20ce895ee14)
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;