summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-09 14:14:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-09 14:14:44 +0000
commitb1002b3c03d08cb2ba07261fcb5363561004a077 (patch)
tree0332c3d388c58e7e0d3c010a2c394ff075989e47 /pw/pwupd.h
parent129c2913052c8f3fef59a58e2b508ea0eff14d7a (diff)
downloadpw-darwin-b1002b3c03d08cb2ba07261fcb5363561004a077.tar.gz
pw-darwin-b1002b3c03d08cb2ba07261fcb5363561004a077.tar.zst
pw-darwin-b1002b3c03d08cb2ba07261fcb5363561004a077.zip
Do not try to set password on group if the group is added as a consequence of
of creating a user (regression from r285136) Reported by: Fabian Keil <fk@fabiankeil.de>
Diffstat (limited to 'pw/pwupd.h')
-rw-r--r--pw/pwupd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw/pwupd.h b/pw/pwupd.h
index c6ed32e..37303de 100644
--- a/pw/pwupd.h
+++ b/pw/pwupd.h
@@ -86,6 +86,7 @@ struct pwconf {
char *newname;
char *config;
int fd;
+ int which;
bool dryrun;
bool pretty;
bool v7;