1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r16941: Fix crash bug when the pam conversation receives an empty token.

Thanks to Bjoern Jacke for the report and test-case.

Guenther
(This used to be commit f2ebc0e3de396f44f49dabbfe42cb3ad1c1a7ec1)
This commit is contained in:
Günther Deschner 2006-07-11 10:39:32 +00:00 committed by Gerald (Jerry) Carter
parent 510b81b428
commit 6139f49d60

View File

@ -748,8 +748,8 @@ static int _winbind_read_password(pam_handle_t * pamh,
}
}
} else {
_pam_log(LOG_NOTICE
,"could not recover authentication token");
_pam_log(LOG_NOTICE, "could not recover authentication token");
retval = PAM_AUTHTOK_RECOVER_ERR;
}
}