summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-12-12 22:15:15 +0000
committerArthur de Jong <arthur@arthurdejong.org>2010-12-12 22:15:15 +0000
commite961186ba74374ecd0de57acaba62d92082076dc (patch)
tree9ded84930b0cb2fed539f6161ae9693f786c1dab
parent2b08ad386f484e76adacb40c7244927688c0867d (diff)
fix comment
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1325 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--nslcd/myldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/myldap.c b/nslcd/myldap.c
index 89049cc..a219b44 100644
--- a/nslcd/myldap.c
+++ b/nslcd/myldap.c
@@ -880,7 +880,7 @@ static int do_retry_search(MYLDAP_SEARCH *search)
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;