Remove an superfluous assignment.
Approved by: alfred
This commit is contained in:
parent
547da4a315
commit
6ede0e7ae2
@ -104,7 +104,6 @@ netname2user(netname, uidp, gidp, gidlenp, gidlist)
|
||||
return (0);
|
||||
}
|
||||
*gidp = (gid_t) atol(p);
|
||||
gidlen = 0;
|
||||
for (gidlen = 0; gidlen < NGROUPS; gidlen++) {
|
||||
p = strsep(&res, "\n,");
|
||||
if (p == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user