diff options
author | Ted Ross <tross@apache.org> | 2011-02-11 04:14:59 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2011-02-11 04:14:59 +0000 |
commit | 3361749de1781335011b2966b08064261766abed (patch) | |
tree | 1930c2f831c63c2a89297e104516907747765f56 /cpp/src/qmf/ConsoleSession.cpp | |
parent | 8ddd83cf0a9613b52112a5b469fed066d428c495 (diff) | |
download | qpid-python-3361749de1781335011b2966b08064261766abed.tar.gz |
QPID-3046 - Refactored so that Connection::getAuthenticatedUsername is consulted each time
a sent message is annotated with the user-id.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1069673 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qmf/ConsoleSession.cpp')
-rw-r--r-- | cpp/src/qmf/ConsoleSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qmf/ConsoleSession.cpp b/cpp/src/qmf/ConsoleSession.cpp index f85b618891..e12c1152f6 100644 --- a/cpp/src/qmf/ConsoleSession.cpp +++ b/cpp/src/qmf/ConsoleSession.cpp @@ -65,7 +65,7 @@ Subscription ConsoleSession::subscribe(const string& q, const string& f, const s //======================================================================================== ConsoleSessionImpl::ConsoleSessionImpl(Connection& c, const string& options) : - connection(c), domain("default"), authUser(c.getAuthenticatedUsername()), maxAgentAgeMinutes(5), + connection(c), domain("default"), maxAgentAgeMinutes(5), opened(false), thread(0), threadCanceled(false), lastVisit(0), lastAgePass(0), connectedBrokerInAgentList(false), schemaCache(new SchemaCache()) { |