Searched refs:cfg_res (Results 1 – 1 of 1) sorted by relevance
892 auto cfg_res = session_->send(cfg_req).get(); in Connect() local893 if (cfg_res.error) { in Connect()895 cfg_res.error.message.c_str()); in Connect()896 return Result(cfg_res.error.message); in Connect()