diff --git a/td/telegram/net/Session.cpp b/td/telegram/net/Session.cpp index 7640b83d..afb146d3 100644 --- a/td/telegram/net/Session.cpp +++ b/td/telegram/net/Session.cpp @@ -894,7 +894,7 @@ void Session::connection_open(ConnectionInfo *info, bool ask_info) { VLOG(dc) << "Request new connection"; unique_ptr auth_data; if (auth_data_.use_pfs() && auth_data_.has_auth_key(Time::now())) { - auth_data = make_unique(auth_data_); + // auth_data = make_unique(auth_data_); } callback_->request_raw_connection(std::move(auth_data), std::move(promise)); }