summaryrefslogtreecommitdiffstats
path: root/pw/pw_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/pw_conf.c')
-rw-r--r--pw/pw_conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pw/pw_conf.c b/pw/pw_conf.c
index f17857b..209982c 100644
--- a/pw/pw_conf.c
+++ b/pw/pw_conf.c
@@ -438,7 +438,6 @@ write_userconfig(char const * file)
config.default_group : "");
break;
case _UC_EXTRAGROUPS:
- extendarray(&config.groups, &config.numgroups, 200);
for (j = 0; j < config.numgroups &&
config.groups[j] != NULL; j++)
sbuf_printf(buf, "%s\"%s\"", j ?