]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
auth/RotatingKeyRing: use std::move() to set secrets 15866/head
authorKefu Chai <kchai@redhat.com>
Fri, 23 Jun 2017 04:27:15 +0000 (12:27 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 23 Jun 2017 07:36:14 +0000 (15:36 +0800)
commitefc0b61ba78bf2d3dd77cc1bc1ffa350255cb6a8
treef03bea71098831a0227e29106ec0ef0b0d1a66c2
parent6ffb6eb0e8db352a3742071d1554a9e1d02e9f2d
auth/RotatingKeyRing: use std::move() to set secrets

the param will be thrown away anyway. see
CephxClientHandler::handle_response().

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/auth/RotatingKeyRing.cc
src/auth/RotatingKeyRing.h
src/auth/cephx/CephxClientHandler.cc