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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user