Remove an superfluous assignment.

Approved by:	alfred
This commit is contained in:
stefanf 2005-03-10 00:58:21 +00:00
parent 547da4a315
commit 6ede0e7ae2

View File

@ -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)