diff options
| author | Alan Conway <aconway@apache.org> | 2010-06-24 17:19:58 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-06-24 17:19:58 +0000 |
| commit | c54e5f2960f37bf059ee9b1b0560b9f9706e67e0 (patch) | |
| tree | 976828c83587b15c7e42bd74677670db95b1f798 /cpp/xml | |
| parent | e68001b8822d4f40ccb9960bc1d0e3533e54fb5d (diff) | |
| download | qpid-python-c54e5f2960f37bf059ee9b1b0560b9f9706e67e0.tar.gz | |
Fix regression in r956882, sporadic failures of client_test.cpp:testBadClientData
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957640 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
| -rw-r--r-- | cpp/xml/cluster.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 25ad978e8e..30cd159dd3 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -134,9 +134,7 @@ </control> <!-- Marks the cluster-wide point when a connection is considered closed. --> - <control name="deliver-close" code="0x2"> - <field name="aborted" type="bit"/> - </control> + <control name="deliver-close" code="0x2"/> <!-- Permission to generate output up to the limit. --> <control name="deliver-do-output" code="0x3"> |
