diff options
Diffstat (limited to 'cpp/src/qpid/cluster/UpdateClient.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/UpdateClient.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/UpdateClient.cpp b/cpp/src/qpid/cluster/UpdateClient.cpp index bb4df8890a..edd83463d2 100644 --- a/cpp/src/qpid/cluster/UpdateClient.cpp +++ b/cpp/src/qpid/cluster/UpdateClient.cpp @@ -253,7 +253,8 @@ void UpdateClient::updateConnection(const boost::intrusive_ptr<Connection>& upda updateConnection->getId().getMember(), updateConnection->getId().getNumber(), bc.getUserId(), - string(fragment.first, fragment.second) + string(fragment.first, fragment.second), + updateConnection->getOutput().getSendMax() ); shadowConnection.close(); QPID_LOG(debug, updaterId << " updated connection " << *updateConnection); |