* libmisc/pam_pass.c (do_pam_passwd): The silent and

change_expired are no booleans instead of int.
	* libmisc/pam_pass.c: The return value of pam_end is not checked
	on purpose.
This commit is contained in:
nekral-guest
2008-05-25 23:38:05 +00:00
parent f9ac07f455
commit 6fef9f5178
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2008-05-26 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/pam_pass.c (do_pam_passwd): The silent and
change_expired are no booleans instead of int.
* libmisc/pam_pass.c: The return value of pam_end is not checked
on purpose.
2008-05-26 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/getlong.c: Avoid implicit conversion of pointers / chars