diff options
Diffstat (limited to 'cpp/src/qpid/management/ManagementDirectExchange.cpp')
-rw-r--r-- | cpp/src/qpid/management/ManagementDirectExchange.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/management/ManagementDirectExchange.cpp b/cpp/src/qpid/management/ManagementDirectExchange.cpp index 6dc41ef073..1d5f8bbd6b 100644 --- a/cpp/src/qpid/management/ManagementDirectExchange.cpp +++ b/cpp/src/qpid/management/ManagementDirectExchange.cpp @@ -47,7 +47,7 @@ void ManagementDirectExchange::route(Deliverable& msg, bool routeIt = true; if (managementAgent) - routeIt = managementAgent->dispatchCommand(msg, routingKey, args, false /*direct*/); + routeIt = managementAgent->dispatchCommand(msg, routingKey, args, false, qmfVersion); if (routeIt) DirectExchange::route(msg, routingKey, args); |