From 63ed16010d6c6180803a7061d461f419bf9fd45b Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 21 Oct 2012 14:24:37 +0000 Subject: fix a problem on Solaris (fixes r1793) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1805 ef36b2f9-881f-0410-afb5-c4e39611909c --- nss/passwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nss') diff --git a/nss/passwd.c b/nss/passwd.c index 43f0c0c..e2e11c2 100644 --- a/nss/passwd.c +++ b/nss/passwd.c @@ -165,7 +165,7 @@ static nss_status_t passwd_setpwent(nss_backend_t *be,void UNUSED(*args)) 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 */ -- cgit v1.2.3