Skip to content

Commit

Permalink
Missing variable declaration for HAVE_GRSET systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ Saunders committed Feb 21, 2017
1 parent 480f39f commit 2883904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/mod_auth_unix.c
Expand Up @@ -1097,6 +1097,8 @@ static int get_groups_by_getgrset(const char *user, gid_t primary_gid,
}

for (i = 0; i < ngroups; i++) {
struct group *gr;

gr = my_getgrgid(group_ids[i]);
if (gr != NULL) {
if (gids != NULL &&
Expand Down

0 comments on commit 2883904

Please sign in to comment.