summaryrefslogtreecommitdiff
path: root/cpp/lib/broker/SessionHandlerImpl.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-01-14 18:48:47 +0000
committerAlan Conway <aconway@apache.org>2007-01-14 18:48:47 +0000
commit2fc9bb58d66e5490c1432ac4b8f8a96731f7a8f3 (patch)
tree306babf68e60f76bdf1dafde3fe713712023ff2b /cpp/lib/broker/SessionHandlerImpl.cpp
parent972d4b29d086c803ffc4bee08c8c8eb0f2e788af (diff)
downloadqpid-python-2fc9bb58d66e5490c1432ac4b8f8a96731f7a8f3.tar.gz
* 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
Diffstat (limited to 'cpp/lib/broker/SessionHandlerImpl.cpp')
-rw-r--r--cpp/lib/broker/SessionHandlerImpl.cpp1
1 files changed, 1 insertions, 0 deletions
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 */);
}