nss-pam-ldapd commit: r1325 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1325 - nss-pam-ldapd/nslcd
- 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: r1325 - nss-pam-ldapd/nslcd
- Date: Sun, 12 Dec 2010 23:15:17 +0100 (CET)
Author: arthur
Date: Sun Dec 12 23:15:15 2010
New Revision: 1325
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1325
Log:
fix comment
Modified:
nss-pam-ldapd/nslcd/myldap.c
Modified: nss-pam-ldapd/nslcd/myldap.c
==============================================================================
--- nss-pam-ldapd/nslcd/myldap.c Sat Dec 11 22:58:46 2010 (r1324)
+++ nss-pam-ldapd/nslcd/myldap.c Sun Dec 12 23:15:15 2010 (r1325)
@@ -880,7 +880,7 @@
if ((rc==LDAP_INVALID_CREDENTIALS)||(rc==LDAP_INSUFFICIENT_ACCESS)||
(rc==LDAP_AUTH_METHOD_NOT_SUPPORTED))
dotry[search->session->current_uri]=0;
- /* check whether we should try this URI again */
+ /* check when we should try this URI again */
else if (t <=
(current_uri->firstfail+nslcd_cfg->ldc_reconnect_retrytime))
{
t+=nslcd_cfg->ldc_reconnect_sleeptime;
--
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: r1325 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project