nss-pam-ldapd commit: r1794 - nss-pam-ldapd/nss
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1794 - 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: r1794 - nss-pam-ldapd/nss
- Date: Sat, 13 Oct 2012 23:41:32 +0200 (CEST)
Author: arthur
Date: Sat Oct 13 23:41:31 2012
New Revision: 1794
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1794&view=revision
Log:
include missing definition (fixes r1793)
Modified:
nss-pam-ldapd/nss/passwd.c
Modified: nss-pam-ldapd/nss/passwd.c
==============================================================================
--- nss-pam-ldapd/nss/passwd.c Sat Oct 13 23:38:06 2012 (r1793)
+++ nss-pam-ldapd/nss/passwd.c Sat Oct 13 23:41:31 2012 (r1794)
@@ -104,6 +104,7 @@
struct passwd result;
char buffer[NSS_BUFLEN_PASSWD];
nss_status_t retv;
+ int res;
/* read the passwd */
retv=read_passwd(fp,&result,buffer,sizeof(buffer),&NSS_ARGS(args)->erange);
if (retv!=NSS_STATUS_SUCCESS)
--
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: r1794 - nss-pam-ldapd/nss,
Commits of the nss-pam-ldapd project