Fix pkg groupshow <gid>

PR:		204676
Submitted by:	longwitz@incore.de
MFC after:	2 days
This commit is contained in:
bapt 2016-12-10 12:48:48 +00:00
parent 5da16ff499
commit 1fd84d9b40

View File

@ -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;