aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/userinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/userinfo.c b/src/userinfo.c
index 89afe6e..1c4b588 100644
--- a/src/userinfo.c
+++ b/src/userinfo.c
@@ -181,7 +181,6 @@ static int rebuild_gid_cache()
if (uid_ent != NULL) {
grow_arena(&cache_arena, sizeof(uid_t));
((uid_t *)ARENA_GET(cache_arena, ent->uids_offset))[ent->uid_count++] = uid_ent->uid;
- ++ent->uid_count;
}
}
}