ConnectionRef connection = m->get_connection();
MonSession *s = NULL;
MonCap caps;
- EntityName entity_name;
bool src_is_mon;
// regardless of who we are or who the sender is, the message must
if (s) {
if (s->auth_handler) {
- entity_name = s->auth_handler->get_entity_name();
+ s->entity_name = s->auth_handler->get_entity_name();
}
dout(20) << " caps " << s->caps.get_str() << dendl;
}
map<string, Subscription*> sub_map;
AuthServiceHandler *auth_handler;
+ EntityName entity_name;
ConnectionRef proxy_con;
uint64_t proxy_tid;