* src/chgpasswd.c, src/chpasswd.c: Removed variable ok, which is
no more used.
This commit is contained in:
@@ -374,7 +374,6 @@ int main (int argc, char **argv)
|
||||
struct group newgr;
|
||||
int errors = 0;
|
||||
int line = 0;
|
||||
int ok;
|
||||
|
||||
Prog = Basename (argv[0]);
|
||||
|
||||
|
||||
@@ -364,7 +364,6 @@ int main (int argc, char **argv)
|
||||
int errors = 0;
|
||||
int line = 0;
|
||||
long now = (long) time ((time_t *)NULL) / SCALE;
|
||||
int ok;
|
||||
|
||||
Prog = Basename (argv[0]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user