Skip to content

Commit

Permalink
Merge pull request ceph#5569 from ceph/wip-unused-var
Browse files Browse the repository at this point in the history
client: fix unused var warning
  • Loading branch information
ukernel committed Aug 14, 2015
2 parents 7083ed5 + f2a38bf commit c577ea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/Client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4552,7 +4552,9 @@ int Client::check_permissions(Inode *in, int flags, int uid, int gid)
{
// initial number of group entries, defaults to posix standard of 16
// PAM implementations may provide more than 16 groups....
#if HAVE_GETGROUPLIST
int initial_group_count = 16;
#endif

gid_t *sgids = NULL;
int sgid_count = 0;
Expand Down

0 comments on commit c577ea2

Please sign in to comment.