nss-pam-ldapd commit: r1810 - nss-pam-ldapd/nss
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1810 - nss-pam-ldapd/nss
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1810 - nss-pam-ldapd/nss
- Date: Sun, 28 Oct 2012 16:09:27 +0100 (CET)
Author: arthur
Date: Sun Oct 28 16:09:26 2012
New Revision: 1810
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1810&view=revision
Log:
fix typo (thanks Ted C. Cheng)
Modified:
nss-pam-ldapd/nss/group.c
Modified: nss-pam-ldapd/nss/group.c
==============================================================================
--- nss-pam-ldapd/nss/group.c Fri Oct 26 13:51:05 2012 (r1809)
+++ nss-pam-ldapd/nss/group.c Sun Oct 28 16:09:26 2012 (r1810)
@@ -98,7 +98,7 @@
/* 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 */
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1810 - nss-pam-ldapd/nss,
Commits of the nss-pam-ldapd project