Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/netgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/netgroup.c')
-rw-r--r--nslcd/netgroup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nslcd/netgroup.c b/nslcd/netgroup.c
index f6ac331..e9d81a2 100644
--- a/nslcd/netgroup.c
+++ b/nslcd/netgroup.c
@@ -220,7 +220,6 @@ static int write_netgroup(TFILE *fp,MYLDAP_ENTRY *entry,const char *reqname)
myldap_get_dn(entry),attmap_netgroup_cn);
return 0;
}
-
for (i=0;(names[i]!=NULL)&&(strcmp(reqname,names[i])!=0);i++)
/* nothing here */ ;
if (names[i]==NULL)