summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/src/qpid/client/amqp0_10/ReceiverImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/amqp0_10/ReceiverImpl.cpp b/cpp/src/qpid/client/amqp0_10/ReceiverImpl.cpp
index b86f142546..435459d97f 100644
--- a/cpp/src/qpid/client/amqp0_10/ReceiverImpl.cpp
+++ b/cpp/src/qpid/client/amqp0_10/ReceiverImpl.cpp
@@ -118,7 +118,7 @@ void ReceiverImpl::init(qpid::client::AsyncSession s, AddressResolution& resolve
parent->receiverCancelled(destination);
} else {
source->subscribe(session, destination);
- start();
+ startFlow();
}
}