summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/qpid/connection.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/qpid/connection.py b/qpid/python/qpid/connection.py
index 2c61e5a51b..7dbefb8778 100644
--- a/qpid/python/qpid/connection.py
+++ b/qpid/python/qpid/connection.py
@@ -132,6 +132,7 @@ class Connection(Framer):
def detach_all(self):
self.lock.acquire()
+ self.failed = True
try:
for ssn in self.attached.values():
if self.close_code[0] != 200: