diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index 5800e603037..a617a03f3fa 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -3682,8 +3682,7 @@ void Monitor::dispatch_op(MonOpRequestRef op) { op->set_type_paxos(); MMonPaxos *pm = static_cast(op->get_req()); - if (!op->is_src_mon() || - !op->get_session()->is_capable("mon", MON_CAP_X)) { + if (!op->get_session()->is_capable("mon", MON_CAP_X)) { //can't send these! break; }