lists.arthurdejong.org
RSS feed

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



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/