diff options
Diffstat (limited to 'cpp/src/qpid/broker/Vhost.cpp')
-rw-r--r-- | cpp/src/qpid/broker/Vhost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Vhost.cpp b/cpp/src/qpid/broker/Vhost.cpp index 23203ec13e..c0eb6f03ed 100644 --- a/cpp/src/qpid/broker/Vhost.cpp +++ b/cpp/src/qpid/broker/Vhost.cpp @@ -32,7 +32,7 @@ Vhost::Vhost (management::Manageable* parentBroker) : mgmtObject(0) if (agent != 0) { mgmtObject = new management::Vhost (agent, this, parentBroker, "/"); - agent->addObject (mgmtObject, 3, 1); + agent->addObject (mgmtObject, 0x1000000000000003LL); } } } |