]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
auth/AuthServiceHandler: drop unused start_session() args
authorIlya Dryomov <idryomov@gmail.com>
Tue, 9 Mar 2021 13:25:39 +0000 (14:25 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 12 Apr 2021 18:56:35 +0000 (20:56 +0200)
commitc4177d60e19621397eeb7b81bfa23717f28764d9
tree149339510c57be1f2f83652d540aad9278af9cd4
parent2c6f589656bc62274da0095193f9fcf546b9d0ef
auth/AuthServiceHandler: drop unused start_session() args

session_key, connection_secret and connection_secret_required_length
aren't material for start_session() across all three implementations.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit c151c9659bdb71f30b520bbd62f91cc009ec51cd)

Conflicts:
src/auth/cephx/CephxServiceHandler.h [ bufferlist vs
  ceph::buffer::list ]
src/auth/none/AuthNoneServiceHandler.h [ ditto ]
src/auth/AuthServiceHandler.h
src/auth/cephx/CephxServiceHandler.cc
src/auth/cephx/CephxServiceHandler.h
src/auth/krb/KrbServiceHandler.cpp
src/auth/krb/KrbServiceHandler.hpp
src/auth/none/AuthNoneServiceHandler.h
src/mon/AuthMonitor.cc
src/mon/Monitor.cc