summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keystone/identity/backends/ldap/common.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/keystone/identity/backends/ldap/common.py b/keystone/identity/backends/ldap/common.py
index 7a366ef01..a3b2b696f 100644
--- a/keystone/identity/backends/ldap/common.py
+++ b/keystone/identity/backends/ldap/common.py
@@ -872,10 +872,6 @@ class PooledLDAPHandler(LDAPHandler):
# ultimately renders the pool unusable, causing a DoS.
try:
results = message.connection.result3(message.id, all, timeout)
- except Exception:
- # We don't want to ignore thrown
- # exceptions, raise them
- raise
finally:
# Now that we have the results from the LDAP server for
# the message, we don't need the the context manager used