summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/System.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/broker/System.cpp')
-rw-r--r--qpid/cpp/src/qpid/broker/System.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/System.cpp b/qpid/cpp/src/qpid/broker/System.cpp
index f3b6f96d0c..f3535b0eec 100644
--- a/qpid/cpp/src/qpid/broker/System.cpp
+++ b/qpid/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,