]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
AuthMonitor: rename a variable to an appropriate name
authorRishabh Dave <ridave@redhat.com>
Thu, 29 Jun 2023 09:17:44 +0000 (14:47 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 25 Jul 2023 08:30:33 +0000 (14:00 +0530)
commitf4c01743b7675deb9ae99469d3c7d2352e785045
tree9f41456cf2f1d85d161d1e5eb957c0080168e450
parent7cb0e36fc42f77924f63b73f5e7aeefa95da608c
AuthMonitor: rename a variable to an appropriate name

Rename varaible "wanted_caps" to "newcaps" because this variable holds
the (new) caps passed by the user that needs to be added to the entity's
keyring.

wanted caps = new caps passed by user + caps previously granted to entity

Signed-off-by: Rishabh Dave <ridave@redhat.com>
src/mon/AuthMonitor.cc