user_newname can only be used in WITH_AUDIT code or when lflg is set. This

issue was introduced in the code refactoring of usermod.
This commit is contained in:
nekral-guest
2008-01-23 20:08:16 +00:00
parent 229e6cbdd8
commit 294e3a632e
2 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2008-01-23 Nicolas François <nicolas.francois@centraliens.net>
* src/usermod.c: user_newname can only be used in WITH_AUDIT code
or when lflg is set. This issue was introduced in the code
refactoring of usermod.
2008-01-22 Nicolas François <nicolas.francois@centraliens.net>
* src/groupadd.c: Fix typo in comment: s/find_new_uid/find_new_gid/