[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Sep 8 16:31:23 MDT 2010


The branch, master has been updated
       via  4f0b190 s3: "== false" looks wrong :-)
      from  0ee8aa5 Fix warnings caused by double ";;" at the end of the time_mono() fixes.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


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

    s3: "== false" looks wrong :-)

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

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 f9b1ab9..86d9e6d 100644
--- a/source3/winbindd/winbindd_pam.c
+++ b/source3/winbindd/winbindd_pam.c
@@ -1459,7 +1459,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