diff options
Diffstat (limited to 'cpp/src/qpid/broker/System.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/System.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/System.cpp b/cpp/src/qpid/broker/System.cpp index f3b6f96d0c..f3535b0eec 100644 --- a/cpp/src/qpid/broker/System.cpp +++ b/cpp/src/qpid/broker/System.cpp @@ -64,7 +64,7 @@ System::System (string _dataDir, Broker* broker) } } - mgmtObject = _qmf::System::shared_ptr(new _qmf::System(agent, this, types::Uuid(systemId.c_array()))); + mgmtObject = _qmf::System::shared_ptr(new _qmf::System(agent, this, systemId)); qpid::sys::SystemInfo::getSystemId (osName, nodeName, release, |
