Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
songdongsheng committed Feb 16, 2019
1 parent ecad7e6 commit f7d27ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions su-exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ int main(int argc, char *argv[])
gid_t ngid = strtol(group, &end, 10);
if (*end == '\0') {
gr = getgrgid(ngid);
if (gr == NULL)
gid = ngid;
}
}
if (gr != NULL)
Expand Down

0 comments on commit f7d27ae

Please sign in to comment.