]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: fix typo of 'ceph auth rm' 9508/head
authorx11562 <xie.na@h3c.com>
Mon, 6 Jun 2016 06:59:43 +0000 (14:59 +0800)
committerx11562 <xie.na@h3c.com>
Mon, 6 Jun 2016 06:59:48 +0000 (14:59 +0800)
Signed-off-by: Na Xie <xie.na@h3c.com>
src/mon/AuthMonitor.cc

index 9bfc81434f8041e0d9c7094251a39ca04fe722b6..59d3e738231deaf1b72c115672d00b60c1d6daf8 100644 (file)
@@ -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;