[SCM] Samba Shared Repository - branch v3-5-test updated

Volker Lendecke vlendec at samba.org
Sat Dec 26 07:22:07 MST 2009


The branch, v3-5-test has been updated
       via  f8e3fee... s3: Fix a typo found by Matthias Dieter Wallnöfer <mdw at samba.org> -- thanks :-)
      from  2b0ffa2... s3: Fix a bogus uninitialized variable warning

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit f8e3fee3fe42e15fbfdbeeadd17f6ee1392687a5
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Dec 26 15:20:22 2009 +0100

    s3: Fix a typo found by Matthias Dieter Wallnöfer <mdw at samba.org> -- thanks :-)

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd_cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
index ac85588..8de636c 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,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list