diff options
| author | Alan Conway <aconway@apache.org> | 2012-05-15 21:06:15 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-05-15 21:06:15 +0000 |
| commit | 478d9eb2a603e9908e2311f82a2f30811054801f (patch) | |
| tree | ad7f8fb77ce6d4bb68ffc60c18a88cc045d99698 /cpp/src/qpid/ha/QueueReplicator.cpp | |
| parent | f1062812be0795bb2b89b55063d8774d03959087 (diff) | |
| download | qpid-python-478d9eb2a603e9908e2311f82a2f30811054801f.tar.gz | |
QPID-3603: Test fixes to ha_tests.py
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1338893 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/ha/QueueReplicator.cpp')
| -rw-r--r-- | cpp/src/qpid/ha/QueueReplicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/ha/QueueReplicator.cpp b/cpp/src/qpid/ha/QueueReplicator.cpp index 8eb7e441a2..b0bf1ce194 100644 --- a/cpp/src/qpid/ha/QueueReplicator.cpp +++ b/cpp/src/qpid/ha/QueueReplicator.cpp @@ -126,7 +126,7 @@ void QueueReplicator::initializeBridge(Bridge& bridge, SessionHandler& sessionHa // r1213258 | QPID-3603: Fix QueueReplicator subscription parameters. // Clear out any old messages, reset the queue to start replicating fresh. - queue->purge(); + queue->purge(); // FIXME aconway 2012-05-02: race queue->setPosition(0); settings.setInt(ReplicatingSubscription::QPID_REPLICATING_SUBSCRIPTION, 1); |
