nss-pam-ldapd commit: r1805 - nss-pam-ldapd/nss
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1805 - 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: r1805 - nss-pam-ldapd/nss
- Date: Sun, 21 Oct 2012 16:24:38 +0200 (CEST)
Author: arthur
Date: Sun Oct 21 16:24:37 2012
New Revision: 1805
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1805&view=revision
Log:
fix a problem on Solaris (fixes r1793)
Modified:
nss-pam-ldapd/nss/passwd.c
Modified: nss-pam-ldapd/nss/passwd.c
==============================================================================
--- nss-pam-ldapd/nss/passwd.c Sun Oct 21 15:46:35 2012 (r1804)
+++ nss-pam-ldapd/nss/passwd.c Sun Oct 21 16:24:37 2012 (r1805)
@@ -165,7 +165,7 @@
static nss_status_t passwd_getpwent(nss_backend_t *be,void *args)
{
NSS_GETENT(LDAP_BE(be)->fp,NSLCD_ACTION_PASSWD_ALL,
- READ_RESULT(LDAP_BE(be)->fp));
+ read_result(LDAP_BE(be)->fp,args));
}
/* close the stream opened with setpwent() above */
--
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: r1805 - nss-pam-ldapd/nss,
Commits of the nss-pam-ldapd project