summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-26 15:20:22 +0100
committerVolker Lendecke <vl@samba.org>2009-12-26 15:21:09 +0100
commit0a6a13dd07908b1c26ef8a57e3e724cb59a41a5a (patch)
treed33b09918309769267c5da7add51830219b07479 /source3
parent7e66145560247168e4879127d46dc13a64b19105 (diff)
downloadsamba-0a6a13dd07908b1c26ef8a57e3e724cb59a41a5a.tar.gz
samba-0a6a13dd07908b1c26ef8a57e3e724cb59a41a5a.tar.bz2
samba-0a6a13dd07908b1c26ef8a57e3e724cb59a41a5a.zip
s3: Fix a typo found by Matthias Dieter Wallnöfer <mdw@samba.org> -- thanks :-)
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/winbindd_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
index ac855886ce..8de636c7cc 100644
--- a/source3/winbindd/winbindd_cache.c
+++ b/source3/winbindd/winbindd_cache.c
@@ -4394,7 +4394,7 @@ bool wcache_fetch_ndr(TALLOC_CTX *mem_ctx, struct winbindd_domain *domain,
goto fail;
}
- if (is_domain_offline(domain)) {
+ if (!is_domain_offline(domain)) {
uint32_t entry_seqnum, dom_seqnum, last_check;
if (!wcache_fetch_seqnum(domain->name, &dom_seqnum,