mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Remove an superfluous assignment.
Approved by: alfred
This commit is contained in:
parent
720138bbde
commit
08baa8a1fa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143345
@ -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