]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/chsh.c: Use a bool when possible instead of int integers.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 19:42:22 +0000 (19:42 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 19:42:22 +0000 (19:42 +0000)
commitc8626c09af2c4a4f17081cfd47c580da878e6a0a
treec7870f427b4055aae693c57de27653dba08cacf4
parentcac7d1a495e102439914688bbfcfe44275a70315
* src/chsh.c: Use a bool when possible instead of int integers.
* src/chsh.c: restricted_shell() renamed is_restricted_shell().
check_shell() renamed shell_is_listed().
* src/chsh.c: Ignore return value of setlocale(),
bindtextdomain(), and textdomain().
* src/chsh.c: Avoid implicit conversion of pointers / integers
to booleans.
* src/chsh.c: Ignore the return value of pam_end() before
exiting.
ChangeLog
src/chsh.c