Skip to content

Commit

Permalink
Fix passwd.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe-hacker committed Nov 28, 2024
1 parent 99b73ec commit 47dbb1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/passwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ static gid_t line_get_group_gid(const char *p)
}
ret = ret * 10 + (gid_t)(p[i] - '0');
}
return ret;
}
static bool groups_line_have_user(const char *p, const char *username)
{
Expand Down

0 comments on commit 47dbb1d

Please sign in to comment.