Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-10-28 16:09:26 +0100
committerArthur de Jong <arthur@arthurdejong.org>2012-10-28 16:09:26 +0100
commita4cef3a6b315fe2b6042854d7657f490bd92093d (patch)
tree346170ecd816a18228d1eac0d2f99ed5eb18a4d4 /nss
parent299527ad524165bf0442b6abd11c7134e35b6f16 (diff)
fix typo (thanks Ted C. Cheng)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1810 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss')
-rw-r--r--nss/group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/group.c b/nss/group.c
index c38d0a2..b2d1cac 100644
--- a/nss/group.c
+++ b/nss/group.c
@@ -98,7 +98,7 @@ static nss_status_t read_gids(
/* check if we reached the limit */
if ( (limit>0) && (*start>=limit) )
{
- errnop=1; /* this is args->ergange */
+ *errnop=1; /* this is args->erange */
return NSS_STATUS_NOTFOUND;
}
#endif /* NSS_FLAVOUR_SOLARIS */