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 da886710ac..107942fab5 100644 --- a/cpp/src/qpid/broker/System.cpp +++ b/cpp/src/qpid/broker/System.cpp @@ -63,7 +63,7 @@ System::System (string _dataDir) } mgmtObject = management::System::shared_ptr - (new management::System (this, systemId)); + (new management::System (agent.get(), this, systemId)); struct utsname _uname; if (uname (&_uname) == 0) { |