summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/ConnectionHandler.h
diff options
context:
space:
mode:
authorMichael Goulish <mgoulish@apache.org>2010-12-16 21:10:38 +0000
committerMichael Goulish <mgoulish@apache.org>2010-12-16 21:10:38 +0000
commit3f6e6e7dd760661b572256f778ff523c3db8ecba (patch)
tree2efe67efabf2a011b5aeffd011897ef3008ee953 /cpp/src/qpid/broker/ConnectionHandler.h
parentd31ec31c41f54d21afd0c8c0fd0af043eac76216 (diff)
downloadqpid-python-3f6e6e7dd760661b572256f778ff523c3db8ecba.tar.gz
In broker::ConectionHandler, use the security settings, if any,
provided by the transport layer when starting SASL. This allows the SASL mechanism EXTERNAL to be satisfied with SSL transport security. The test, sasl_fed_ex, uses this SASL/SSL security on a federated link between two brokers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1050162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/ConnectionHandler.h')
-rw-r--r--cpp/src/qpid/broker/ConnectionHandler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/ConnectionHandler.h b/cpp/src/qpid/broker/ConnectionHandler.h
index 70882a24e9..b32167669e 100644
--- a/cpp/src/qpid/broker/ConnectionHandler.h
+++ b/cpp/src/qpid/broker/ConnectionHandler.h
@@ -91,7 +91,6 @@ class ConnectionHandler : public framing::FrameHandler
std::auto_ptr<Sasl> sasl;
typedef boost::function<const qpid::sys::SecuritySettings*()> GetSecuritySettings;
- GetSecuritySettings getSecuritySettings; /* query the transport for its security details */
std::string saslUserId;
uint16_t maxFrameSize;
};