Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-01-20 21:08:30 +0100
committerArthur de Jong <arthur@arthurdejong.org>2012-01-20 21:08:30 +0100
commit0a8ff1c61c193b17b04adb0c3ced239846be855d (patch)
tree25406ab11f6976d4ab9c66b8c6878ccd2052cae4 /nslcd
parentb18031b39fed025b4252a9b026a53517c5cca868 (diff)
formatting fixes
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1611 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd')
-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)