From c463ca74d4c8b30190d9eabc0457cf12ed194032 Mon Sep 17 00:00:00 2001 From: stefanf Date: Thu, 10 Mar 2005 00:58:21 +0000 Subject: Remove an superfluous assignment. Approved by: alfred --- lib/libc/rpc/netnamer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libc') 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) -- cgit v1.1