summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/broker/ConnectionHandler.cpp2
-rw-r--r--cpp/xml/extra.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/ConnectionHandler.cpp b/cpp/src/qpid/broker/ConnectionHandler.cpp
index b763969948..315e03fb2b 100644
--- a/cpp/src/qpid/broker/ConnectionHandler.cpp
+++ b/cpp/src/qpid/broker/ConnectionHandler.cpp
@@ -111,7 +111,7 @@ void ConnectionHandler::Handler::tuneOk(uint16_t /*channelmax*/,
void ConnectionHandler::Handler::open(const string& /*virtualHost*/,
const framing::Array& /*capabilities*/, bool /*insist*/)
{
- string knownhosts;
+ framing::Array knownhosts;
client.openOk(knownhosts);
}
diff --git a/cpp/xml/extra.xml b/cpp/xml/extra.xml
index 3904c0f534..3e2f84e7bd 100644
--- a/cpp/xml/extra.xml
+++ b/cpp/xml/extra.xml
@@ -328,7 +328,7 @@
<chassis name="client" implement="MUST" />
- <field name="known-hosts" domain="known-hosts" />
+ <field name="known-hosts" domain="array" />
</method>
<method name="redirect" synchronous="1" index="9" label="redirects client to other server">