From 13191e7951b29453c75db8384391d26f0402139d Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 3 Sep 2008 18:01:44 +0000 Subject: QPID-1174 Updates to the management framework git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@691700 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/System.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/broker/System.cpp') diff --git a/cpp/src/qpid/broker/System.cpp b/cpp/src/qpid/broker/System.cpp index 6c58339432..d562c43069 100644 --- a/cpp/src/qpid/broker/System.cpp +++ b/cpp/src/qpid/broker/System.cpp @@ -73,7 +73,7 @@ System::System (string _dataDir) : mgmtObject(0) mgmtObject->set_machine (std::string (_uname.machine)); } - agent->addObject (mgmtObject, 1, 1); + agent->addObject (mgmtObject, 0x1000000000000001LL); } } -- cgit v1.2.1