diff options
Diffstat (limited to 'cpp/src/qpid')
| -rw-r--r-- | cpp/src/qpid/console/SessionManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/console/SessionManager.cpp b/cpp/src/qpid/console/SessionManager.cpp index 336f429c5d..feccf92b01 100644 --- a/cpp/src/qpid/console/SessionManager.cpp +++ b/cpp/src/qpid/console/SessionManager.cpp @@ -437,8 +437,8 @@ void SessionManager::handleContentInd(Broker* broker, Buffer& buffer, uint32_t s if (syncSequenceList.count(sequence) == 1) { if (!object.isDeleted()) getResult.push_back(object); + return; } - return; } if (listener) { |
