From 93e2d84797155e6f491c33d5c43f873dbc114511 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 8 Jun 2015 05:06:17 +0000 Subject: Fix typo --- pw/pw_group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pw/pw_group.c') diff --git a/pw/pw_group.c b/pw/pw_group.c index e504a12..daa121d 100644 --- a/pw/pw_group.c +++ b/pw/pw_group.c @@ -73,7 +73,7 @@ pw_group(int mode, char *name, long id, struct cargs * args) * next gid to stdout */ if (mode == M_NEXT) { - printf("%u\n", gr_gidpolicy(cnd, id)); + printf("%u\n", gr_gidpolicy(cnf, id)); return (EXIT_SUCCESS); } -- cgit v1.2.3-56-ge451