summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-12-27 21:08:26 +0000
committerArthur de Jong <arthur@arthurdejong.org>2009-12-27 21:08:26 +0000
commit7afb4f537cfa9eaec59f2b9be6d145182f3b1b57 (patch)
tree1c6e6fe4da5e69ef519404df059aed5c6da0d3ff
parentd63f83a3ef15c70bc3c117d8cbff879ac765f753 (diff)
fix comment
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1035 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--nslcd/group.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nslcd/group.c b/nslcd/group.c
index cc2a95d..70b4440 100644
--- a/nslcd/group.c
+++ b/nslcd/group.c
@@ -180,8 +180,7 @@ static int do_write_group(
return 0;
}
-/* return the list of members as a \0 separated string with an extra \0
- at the end (doing dn->uid lookups as needed) */
+/* return the list of members */
static const char **getmembers(MYLDAP_ENTRY *entry,MYLDAP_SESSION *session)
{
char buf[20];