]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth/KeyRing: rename decode_plaintext() to decode() 41631/head
authorKefu Chai <kchai@redhat.com>
Wed, 2 Jun 2021 04:04:30 +0000 (12:04 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 2 Jun 2021 04:04:32 +0000 (12:04 +0800)
commit96948e1798ed1477392067b0a1a06c6f21487ee8
treed3b472341c91198952df9fc0fa30021bff20f022
parent594c5dc005a66497d495e154043c09bbcf963504
auth/KeyRing: rename decode_plaintext() to decode()

as the former is just an alias of the latter.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/auth/KeyRing.cc
src/auth/KeyRing.h
src/mon/Monitor.cc