From b272cc92fa7a4bcd49fb8da50b93bfb4d015fda7 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 1 Aug 2008 18:36:25 +0000 Subject: 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 --- cpp/src/qpid/agent/ManagementAgentImpl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/qpid/agent') 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); -- cgit v1.2.1