]> granicus.if.org Git - shadow/commit
* src/userdel.c: Use a bool for the is_shadow_pwd, is_shadow_grp,
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 9 Jun 2008 19:10:44 +0000 (19:10 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 9 Jun 2008 19:10:44 +0000 (19:10 +0000)
commit8b98a2e829da18e93ed725a1b8964fcacc3bbd19
treef3116d781d650b6f9d8a79bbfa6cb9cd2ef5cd47
parent46466a8fcc81b04b10ec5262767c77ae82dfd4a2
* src/userdel.c: Use a bool for the is_shadow_pwd, is_shadow_grp,
deleted_user_group, was_member, was_admin, and the
options' flags.
* src/userdel.c: Change path_prefix() prototype to return a bool.
* src/userdel.c: Ignore return value of setlocale(),
bindtextdomain(), and textdomain().
* src/userdel.c: Ignore the return value from pam_end() since we
are exiting anyway just afterwards.
* src/userdel.c: Avoid implicit conversion of pointers /
integers / chars to booleans.
* src/userdel.c: Add brackets and parenthesis.
* src/userdel.c: Avoid assignments in comparisons.
* src/userdel.c: Do not ignore the return value of the *_unlock()
functions.
ChangeLog
src/userdel.c