(process_flags): prefer fail_exit to exit. This avoid

an explicit call to audit_logger().
This commit is contained in:
nekral-guest
2007-12-28 19:15:14 +00:00
parent da37da30e1
commit ffa34c5afd
2 changed files with 4 additions and 6 deletions

View File

@@ -6,6 +6,8 @@
Use (!gflg), which is clearer than (!gflg || !oflg).
* src/groupadd.c (find_new_gid): find_new_gid is never called when an
GID is specified with -g. Simplify find_new_gid accordingly.
* src/groupadd.c (process_flags): prefer fail_exit to exit. This avoid
an explicit call to audit_logger().
2007-12-28 Nicolas François <nicolas.francois@centraliens.net>