summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pw/pw_group.c2
1 files changed, 1 insertions, 1 deletions
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);
}