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

Jeremy Allison jra at samba.org
Wed Sep 8 16:36:58 MDT 2010


The branch, v3-6-test has been updated
       via  f6ec47c s3: "== false" looks wrong :-) (cherry picked from commit 4f0b190a3086db3789e4198f5409a2b5c1980bf9)
      from  4ab62fd Oops. Fix the build after the last commit. Sorry.

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


- Log -----------------------------------------------------------------
commit f6ec47c8be72934fa4957f57947e8784acc5bf0b
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Sep 8 15:29:32 2010 +0200

    s3: "== false" looks wrong :-)
    (cherry picked from commit 4f0b190a3086db3789e4198f5409a2b5c1980bf9)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c
index 70adc29..e84af3d 100644
--- a/source3/winbindd/winbindd_pam.c
+++ b/source3/winbindd/winbindd_pam.c
@@ -1478,7 +1478,7 @@ enum winbindd_result winbindd_dual_pam_auth(struct winbindd_domain *domain,
 			     sizeof(state->request->data.auth.user)-1 );
 	}
 
-	if (domain->online == false) {
+	if (!domain->online) {
 		result = NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND;
 		if (domain->startup) {
 			/* Logons are very important to users. If we're offline and


-- 
Samba Shared Repository


More information about the samba-cvs mailing list