Always define user_newcomment, user_newshell, user_newexpire, and

user_newinactive. It is more simple to always have user_<x> as the old
field, and user_new<x> as the new field (even if the field did not change)
instead of changing the algorithm depending on WITH_AUDIT.
This commit is contained in:
nekral-guest
2008-01-23 21:19:08 +00:00
parent 294e3a632e
commit 0d1be15e0f
2 changed files with 23 additions and 75 deletions

View File

@@ -1,3 +1,11 @@
2008-01-23 Nicolas François <nicolas.francois@centraliens.net>
* src/usermod.c: Always define user_newcomment, user_newshell,
user_newexpire, and user_newinactive. It is more simple to always
have user_<x> as the old field, and user_new<x> as the new field
(even if the field did not change) instead of changing the
algorithm depending on WITH_AUDIT.
2008-01-23 Nicolas François <nicolas.francois@centraliens.net>
* src/usermod.c: user_newname can only be used in WITH_AUDIT code