diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-03-25 19:36:21 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-03-25 19:36:21 +0000 |
| commit | ba840c8e0a2f7b53dc2206799bcb020eff696edb (patch) | |
| tree | 9070466913e2e00350778eeb294ae3f3359c42b1 /cpp/src/qpid/broker | |
| parent | 15b0ef9cab78cbe91f434a8e984fee09fe96bd69 (diff) | |
| download | qpid-python-ba840c8e0a2f7b53dc2206799bcb020eff696edb.tar.gz | |
Revert r758359 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@758419 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker')
| -rw-r--r-- | cpp/src/qpid/broker/Broker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Broker.cpp b/cpp/src/qpid/broker/Broker.cpp index c92799e17d..3f9effc08f 100644 --- a/cpp/src/qpid/broker/Broker.cpp +++ b/cpp/src/qpid/broker/Broker.cpp @@ -386,7 +386,7 @@ Manageable::status_t Broker::ManagementMethod (uint32_t methodId, if (queueMoveMessages(moveArgs.i_srcQueue, moveArgs.i_destQueue, moveArgs.i_qty)) status = Manageable::STATUS_OK; else - return Manageable::STATUS_PARAMETER_INVALID; + return Manageable::STATUS_INVALID_PARAMETER; break; } default: |
