summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorErnest Allen <eallen@apache.org>2015-03-13 13:41:10 +0000
committerErnest Allen <eallen@apache.org>2015-03-13 13:41:10 +0000
commit7d5705bfe791b3610487703d0362a2280a0d937c (patch)
tree474e2c712c59c6bd4823238ae1933ae338854c61 /qpid/python
parent1e7ac2945fbbc185d03e3a1411065b077da80d67 (diff)
downloadqpid-python-7d5705bfe791b3610487703d0362a2280a0d937c.tar.gz
QPID-6445: Revert the error checking code to *not* close, as this was causing the recursion problem
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666447 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/qpid/messaging/endpoints.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/python/qpid/messaging/endpoints.py b/qpid/python/qpid/messaging/endpoints.py
index 6d58b4ac25..2797677b1d 100644
--- a/qpid/python/qpid/messaging/endpoints.py
+++ b/qpid/python/qpid/messaging/endpoints.py
@@ -220,10 +220,6 @@ class Connection(Endpoint):
raised this time but won't block future calls
"""
self.error = None
- raise e
-
- if not self._unlinked():
- self.close()
raise e
def get_error(self):