* src/chgpasswd.c, src/newusers.c: There is no need to test for 0
after getopt_long. No options have flag != NULL.
This commit is contained in:
parent
613dc54ac5
commit
f8b8aaf5e4
@ -1,7 +1,7 @@
|
|||||||
2009-04-28 Nicolas François <nicolas.francois@centraliens.net>
|
2009-04-28 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/newusers.c: There is no need to test for 0 after
|
* src/chgpasswd.c, src/newusers.c: There is no need to test for 0
|
||||||
getopt_long. No options have flag != NULL.
|
after getopt_long. No options have flag != NULL.
|
||||||
|
|
||||||
2009-04-28 Nicolas François <nicolas.francois@centraliens.net>
|
2009-04-28 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
@ -188,9 +188,6 @@ static void process_flags (int argc, char **argv)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case 0:
|
|
||||||
/* long option */
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
usage ();
|
usage ();
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user