]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/AuthMonitor: fix assert of version 9679/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Sun, 12 Jun 2016 08:27:07 +0000 (16:27 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sun, 12 Jun 2016 08:27:07 +0000 (16:27 +0800)
commit39f26f864192a6de9ce55b65841e924a92ff0ea0
tree2e5ccfa5f7f8858593330d3c2c49c4ae5c195bf4
parentb8af5f75a44923ac25fdbf968e66c8c0c5e199d5
mon/AuthMonitor: fix assert of version

Version shall always be greater than keys_ver below here,
otherwise the prior code logic shall prevent us from going
this far.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/mon/AuthMonitor.cc