From f10fe61e486a109090625698df283680b9856872 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 26 Dec 2009 15:20:22 +0100 Subject: [PATCH] =?utf8?q?s3:=20Fix=20a=20typo=20found=20by=20Matthias=20D?= =?utf8?q?ieter=20Walln=C3=B6fer=20=20--=20thanks=20:-)=20(?= =?utf8?q?cherry=20picked=20from=20commit=20f8e3fee3fe42e15fbfdbeeadd17f6e?= =?utf8?q?e1392687a5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- source3/winbindd/winbindd_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index ac855886ce5..8de636c7cce 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, -- 2.11.4.GIT