summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-08 05:06:17 +0000
committerbapt <bapt@FreeBSD.org>2015-06-08 05:06:17 +0000
commit6e327f93661ec99c2f7e70dc01edb9049442e46a (patch)
tree4826f1ae296bca02b043438c212805abfc33c5ab /usr.sbin
parent263927b83eb3f591fcb01a2a15e606828ae34bd8 (diff)
downloadFreeBSD-src-6e327f93661ec99c2f7e70dc01edb9049442e46a.zip
FreeBSD-src-6e327f93661ec99c2f7e70dc01edb9049442e46a.tar.gz
Fix typo
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pw/pw_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw_group.c b/usr.sbin/pw/pw_group.c
index e504a12..daa121d 100644
--- a/usr.sbin/pw/pw_group.c
+++ b/usr.sbin/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);
}
OpenPOWER on IntegriCloud