Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/group.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-06-06 23:10:46 +0200
committerArthur de Jong <arthur@arthurdejong.org>2009-06-06 23:10:46 +0200
commit67bb9bb9ed2659faa50b2aac22c147b10bef85ba (patch)
tree2ff98c5bde76aaa0160de57f5686576dd214c84a /nss/group.c
parent3730b228be5961b975311713aa3fe84ea92cc6ae (diff)
merge r934 from trunk
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@935 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss/group.c')
-rw-r--r--nss/group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/group.c b/nss/group.c
index ea5e819..dbce82e 100644
--- a/nss/group.c
+++ b/nss/group.c
@@ -134,7 +134,7 @@ enum nss_status _nss_ldap_initgroups_dyn(
for validity of the buffer works (renaming the parameters may cause
confusion) */
#define buffer groupsp
-#define buflen limit
+#define buflen *size
NSS_BYNAME(NSLCD_ACTION_GROUP_BYMEMBER,
user,
read_gids(fp,skipgroup,start,size,groupsp,limit,errnop));