From b1002b3c03d08cb2ba07261fcb5363561004a077 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 9 Jul 2015 14:14:44 +0000 Subject: 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 --- pw/pwupd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pw/pwupd.h') 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; -- cgit v1.2.3