From 2fc9bb58d66e5490c1432ac4b8f8a96731f7a8f3 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Sun, 14 Jan 2007 18:48:47 +0000 Subject: * Combined README.txt and READE-dist into README. Fixes cwiki link, and provides more useful chunk of info. * Fixed rpm target to create build directories. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@496114 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/broker/SessionHandlerImpl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/lib') diff --git a/cpp/lib/broker/SessionHandlerImpl.cpp b/cpp/lib/broker/SessionHandlerImpl.cpp index 7a44d9f872..f34ef59922 100644 --- a/cpp/lib/broker/SessionHandlerImpl.cpp +++ b/cpp/lib/broker/SessionHandlerImpl.cpp @@ -224,6 +224,7 @@ void SessionHandlerImpl::ChannelHandlerImpl::open(u_int16_t channel, const strin parent->framemax, parent->queues->getStore(), parent->settings.stagingThreshold); + // FIXME aconway 2007-01-04: provide valid channel Id as per ampq 0-9 parent->client->getChannel().openOk(channel, std::string()/* ID */); } -- cgit v1.2.1