diff options
| author | Ted Ross <tross@apache.org> | 2008-08-01 18:36:25 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-08-01 18:36:25 +0000 |
| commit | b272cc92fa7a4bcd49fb8da50b93bfb4d015fda7 (patch) | |
| tree | 1fbdc79f022c79ed5972fdf4b8994ce092f3b181 /cpp/src/qpid/agent | |
| parent | 978db5706dc7930325362fc662c2ae6941b1faee (diff) | |
| download | qpid-python-b272cc92fa7a4bcd49fb8da50b93bfb4d015fda7.tar.gz | |
QPID-1174 - Clean up agent objects when the remote agent disconnects
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@681773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/agent')
| -rw-r--r-- | cpp/src/qpid/agent/ManagementAgentImpl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/agent/ManagementAgentImpl.cpp b/cpp/src/qpid/agent/ManagementAgentImpl.cpp index 85f13ba15d..ebdc71e3b1 100644 --- a/cpp/src/qpid/agent/ManagementAgentImpl.cpp +++ b/cpp/src/qpid/agent/ManagementAgentImpl.cpp @@ -112,7 +112,6 @@ void ManagementAgentImpl::init(std::string brokerHost, EncodeHeader (buffer, 'A'); buffer.putShortString ("RemoteAgent [C++]"); - buffer.putShortString (queueName.str()); systemId.encode (buffer); buffer.putLong (11); |
