Fix formatting.

This commit is contained in:
nekral-guest 2008-05-19 20:31:48 +00:00
parent 300f7416c4
commit 537496c019
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2008-05-19 Nicolas François <nicolas.francois@centraliens.net>
* src/useradd.c: Fix formatting.
2008-05-19 Nicolas François <nicolas.francois@centraliens.net> 2008-05-19 Nicolas François <nicolas.francois@centraliens.net>
* NEWS, man/useradd.8.xml: Document the -r, --system option. * NEWS, man/useradd.8.xml: Document the -r, --system option.

View File

@ -1074,7 +1074,7 @@ static void process_flags (int argc, char **argv)
} }
} }
if (!gflg && !Nflg && ! Uflg) { if (!gflg && !Nflg && !Uflg) {
/* Get the settings from login.defs */ /* Get the settings from login.defs */
Uflg = getdef_bool ("USERGROUPS_ENAB"); Uflg = getdef_bool ("USERGROUPS_ENAB");
} }