diff options
author | Andrej Lajovic <andrej.lajovic@ki.si> | 2014-06-11 10:12:36 +0200 |
---|---|---|
committer | Andrej Lajovic <andrej.lajovic@ki.si> | 2014-06-11 10:12:36 +0200 |
commit | d8ad904e5aad87c6235e5e8249d2b1506c536b86 (patch) | |
tree | 32f7bbaf0b3e3415fc36ee7ebd1567f1dbced260 /src | |
parent | 3a3a4d86bae97c98ce707964f422861fcfb5218b (diff) | |
download | bindfs-d8ad904e5aad87c6235e5e8249d2b1506c536b86.tar.gz |
Fix caching of group members
Diffstat (limited to 'src')
-rw-r--r-- | src/userinfo.c | 1 |
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; } } } |