1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

remove nested retry loop, uldap_connection_open retries.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1510086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2013-08-04 01:24:25 +00:00
parent ea3ec244ff
commit db3fd786f6

View File

@@ -1115,11 +1115,7 @@ start_over:
}
if (LDAP_SUCCESS != (result = uldap_connection_open(r, ldc))) {
if (AP_LDAP_IS_SERVER_DOWN(result)) {
failures++;
goto start_over;
}
/* something other than 'server down' */
/* uldap_connection_open() retried already */
return result;
}