diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-01-20 21:08:30 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-01-20 21:08:30 +0100 |
commit | 0a8ff1c61c193b17b04adb0c3ced239846be855d (patch) | |
tree | 25406ab11f6976d4ab9c66b8c6878ccd2052cae4 /nslcd | |
parent | b18031b39fed025b4252a9b026a53517c5cca868 (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.c | 1 |
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) |