1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Fix wbcAuthenticateUserEx().

Guenther
(This used to be commit 79f7a519f8f61a31d84467c5b5975cae13db1c29)
This commit is contained in:
Günther Deschner 2008-03-26 01:27:36 +01:00
parent 5b8591c05f
commit a4a90c62e6

View File

@ -324,7 +324,7 @@ wbcErr wbcAuthenticateUserEx(const struct wbcAuthUserParams *params,
WBFLAG_PAM_LMKEY;
if (params->password.response.lm_length &&
params->password.response.lm_data) {
!params->password.response.lm_data) {
wbc_status = WBC_ERR_INVALID_PARAM;
BAIL_ON_WBC_ERROR(wbc_status);
}