* src/usermod.c (process_flags): Check for oflg is not needed to

check if changes are needed.
This commit is contained in:
nekral-guest
2011-07-14 13:29:16 +00:00
parent a5ded26850
commit d1753cc25d
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,8 @@
* src/usermod.c (process_flags): Check option compatibility and
dependency before options are discarded when no changes are
requested.
* src/usermod.c (process_flags): Check for oflg is not needed to
check if changes are needed.
2011-07-08 Nicolas François <nicolas.francois@centraliens.net>