Fix pkg groupshow <gid>
PR: 204676 Submitted by: longwitz@incore.de MFC after: 2 days
This commit is contained in:
parent
5da16ff499
commit
1fd84d9b40
@ -282,7 +282,7 @@ int
|
||||
pw_group_show(int argc, char **argv, char *arg1)
|
||||
{
|
||||
struct group *grp = NULL;
|
||||
char *name;
|
||||
char *name = NULL;
|
||||
intmax_t id = -1;
|
||||
int ch;
|
||||
bool all, force, quiet, pretty;
|
||||
|
Loading…
x
Reference in New Issue
Block a user