lists.arthurdejong.org
RSS feed

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



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/