Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>

1_00_stable_10817
Eric Andersen 2002-09-16 06:32:16 +00:00
parent c38678d14b
commit e18cb71e0c
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ int initgroups(__const char *user, gid_t gid)
while ((group = __getgrent(grp_fd)) != NULL)
#endif
{
if (group->gr_gid != gid);
if (group->gr_gid != gid)
{
tmp_mem = group->gr_mem;
while (*tmp_mem != NULL) {