]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/mon: move handle_auth_done() to "v1 and v2" section 37303/head
authorKefu Chai <kchai@redhat.com>
Wed, 23 Sep 2020 07:56:23 +0000 (15:56 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 23 Sep 2020 07:56:26 +0000 (15:56 +0800)
commitdb2779eb6827a87417300cd0f7fdbb87dcf9eed2
tree53a64e8f5cd9722004a2a1f669d61019f28d5095
parent70b16d5b012dfb5b5493e23a91999c4ff23fdf1c
crimson/mon: move handle_auth_done() to "v1 and v2" section

crimson::mon::Connection::handle_auth_done() is shared by both v1 and v2
authentication implementation, so move it to "v1 and v2" section

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/mon/MonClient.cc