You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by pm...@apache.org on 2014/09/12 09:54:13 UTC

svn commit: r1624473 - /qpid/trunk/qpid/cpp/src/qpid/broker/SessionState.cpp

Author: pmoravec
Date: Fri Sep 12 07:54:13 2014
New Revision: 1624473

URL: http://svn.apache.org/r1624473
Log:
QPID-6087: QMF Session name to contain user ID for AMQP 0-10

Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/SessionState.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/SessionState.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/SessionState.cpp?rev=1624473&r1=1624472&r2=1624473&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/SessionState.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/SessionState.cpp Fri Sep 12 07:54:13 2014
@@ -69,7 +69,7 @@ void SessionState::addManagementObject()
     if (parent != 0) {
         ManagementAgent* agent = getBroker().getManagementAgent();
         if (agent != 0) {
-            std::string name(getId().getName());
+            std::string name(getId().str());
             std::string fullName(name);
             if (name.length() >= std::numeric_limits<uint8_t>::max())
                 name.resize(std::numeric_limits<uint8_t>::max()-1);



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org