MCPcopy Create free account
hub / github.com/ceph/ceph / reset_security

Method reset_security

src/msg/async/ProtocolV1.cc:1277–1284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1275}
1276
1277void ProtocolV1::reset_security()
1278{
1279 ldout(cct, 5) << __func__ << dendl;
1280
1281 auth_meta.reset(new AuthConnectionMeta);
1282 authorizer_more.clear();
1283 session_security.reset();
1284}
1285
1286void ProtocolV1::reset_recv_state()
1287{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected