Skip to content

Commit

Permalink
Merge pull request #9508 from x11562/auth_rm
Browse files Browse the repository at this point in the history
mon: fix typo of 'ceph auth rm'

Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
  • Loading branch information
tchaikov committed Jun 11, 2016
2 parents 8d95f36 + 7c77d39 commit bbf72c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mon/AuthMonitor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ bool AuthMonitor::prepare_command(MonOpRequestRef op)
wait_for_finished_proposal(op, new Monitor::C_Command(mon, op, 0, rs,
get_last_committed() + 1));
return true;
} else if ((prefix == "auth del" || prefix == "auto rm") &&
} else if ((prefix == "auth del" || prefix == "auth rm") &&
!entity_name.empty()) {
KeyServerData::Incremental auth_inc;
auth_inc.name = entity;
Expand Down

0 comments on commit bbf72c2

Please sign in to comment.