summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/netnamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/netnamer.c')
-rw-r--r--lib/libc/rpc/netnamer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/rpc/netnamer.c b/lib/libc/rpc/netnamer.c
index 1829a45..7e567df 100644
--- a/lib/libc/rpc/netnamer.c
+++ b/lib/libc/rpc/netnamer.c
@@ -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)
OpenPOWER on IntegriCloud