From 26492e5cfc75930b344693d0d4a5ff3bee0b59a7 Mon Sep 17 00:00:00 2001 From: Ernest Allen Date: Fri, 13 Mar 2015 13:41:10 +0000 Subject: 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/qpid@1666447 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/messaging/endpoints.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'python') diff --git a/python/qpid/messaging/endpoints.py b/python/qpid/messaging/endpoints.py index 6d58b4ac25..2797677b1d 100644 --- a/python/qpid/messaging/endpoints.py +++ b/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): -- cgit v1.2.1