]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Fix typo
authorBaptiste Daroussin <bapt@FreeBSD.org>
Mon, 8 Jun 2015 05:06:17 +0000 (05:06 +0000)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Mon, 8 Jun 2015 05:06:17 +0000 (05:06 +0000)
pw/pw_group.c

index e504a128f05d4f6eef80e95061d7408783edef7a..daa121dd811e8899b7858475e43cc47bc9627367 100644 (file)
@@ -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);
        }