summaryrefslogtreecommitdiff
path: root/python/qpid/messaging/driver.py
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-04-13 18:28:34 +0000
committerRafael H. Schloming <rhs@apache.org>2010-04-13 18:28:34 +0000
commit8f9055bebd3252c231f9c0fcd2018d03f7afc20a (patch)
tree4e2d834d500b594f898895201443666d69be7a0d /python/qpid/messaging/driver.py
parent26c49e68566ba26521a2a888d0b88d3e1440e011 (diff)
downloadqpid-python-8f9055bebd3252c231f9c0fcd2018d03f7afc20a.tar.gz
fixed a hang in commit and added testDoubleCommit
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@933734 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/messaging/driver.py')
-rw-r--r--python/qpid/messaging/driver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/messaging/driver.py b/python/qpid/messaging/driver.py
index 934b5c02cc..8463aead13 100644
--- a/python/qpid/messaging/driver.py
+++ b/python/qpid/messaging/driver.py
@@ -1020,6 +1020,7 @@ class Engine:
ssn.committed = True
ssn.aborting = False
ssn.aborted = False
+ sst.committing = False
sst.write_cmd(TxCommit(), commit_ok)
sst.committing = True