summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-08 15:29:32 +0200
committerVolker Lendecke <vl@samba.org>2010-09-08 15:31:33 -0700
commit4f0b190a3086db3789e4198f5409a2b5c1980bf9 (patch)
tree20358b8f5efc5a669be3ddd066b207c3f57d172e /source3/winbindd
parent0ee8aa5c5dd92a58db0c58159a24d07684432f0e (diff)
downloadsamba-4f0b190a3086db3789e4198f5409a2b5c1980bf9.tar.gz
samba-4f0b190a3086db3789e4198f5409a2b5c1980bf9.tar.bz2
samba-4f0b190a3086db3789e4198f5409a2b5c1980bf9.zip
s3: "== false" looks wrong :-)
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd_pam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c
index f9b1ab925a..86d9e6d0c3 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