diff options
| author | Alan Conway <aconway@apache.org> | 2007-07-27 22:08:51 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-07-27 22:08:51 +0000 |
| commit | 956a72f00b64928a601ea2891789a53271fc7571 (patch) | |
| tree | c4469485822787d4742b06d35e23df007f399ed9 /cpp/src/qpid/broker/Connection.cpp | |
| parent | ac669123004b6e78468cc4fcea3ffb4b9d7b7bd3 (diff) | |
| download | qpid-python-956a72f00b64928a601ea2891789a53271fc7571.tar.gz | |
* src/tests/ais_check, cluster.mk: Run AIS tests only if:
- CLUSTER makefile conditional set by configure.
- Effective gid == ais
- aisexec is running
Otherwise print a warning.
* src/tests/EventChannelConnectionTest.cpp
* src/qpid/cluster/doxygen_overview.h
Removed unused files.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@560404 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Connection.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Connection.cpp b/cpp/src/qpid/broker/Connection.cpp index 5b22167323..6bd846e2a3 100644 --- a/cpp/src/qpid/broker/Connection.cpp +++ b/cpp/src/qpid/broker/Connection.cpp @@ -108,7 +108,7 @@ FrameHandler::Chains& Connection::getChannel(ChannelId id) { FrameHandler::Chains chains( new SemanticHandler(id, *this), new OutputHandlerFrameHandler(*out)); - broker.update(chains); + broker.update(id, chains); i = channels.insert(ChannelMap::value_type(id, chains)).first; } return i->second; |
