1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

r15399: Fix the build, sorry, Jerry :)

Guenther
This commit is contained in:
Günther Deschner 2006-05-02 20:03:30 +00:00 committed by Gerald (Jerry) Carter
parent 7f64a66d25
commit cc800ced60

View File

@ -554,8 +554,8 @@ static int winbind_chauthtok_request(pam_handle_t * pamh,
case -1:
break;
case REJECT_REASON_OTHER:
if ((response.data.auth.policy.min_passwordage > 0)) &&
(pwd_last_set + response.data.auth.policy.min_passwordage > time(NULL)) {
if ((response.data.auth.policy.min_passwordage > 0) &&
(pwd_last_set + response.data.auth.policy.min_passwordage > time(NULL))) {
PAM_WB_REMARK_DIRECT(pamh, "NT_STATUS_PWD_TOO_RECENT");
}
break;