From a4cef3a6b315fe2b6042854d7657f490bd92093d Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 28 Oct 2012 15:09:26 +0000 Subject: 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 --- nss/group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nss') 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 */ -- cgit v1.2.3