mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Removed ip var from tun init
This commit is contained in:
parent
1d800cdd20
commit
08b6ccb783
1 changed files with 1 additions and 1 deletions
|
@ -1850,7 +1850,7 @@ void ValidatorEngine::start_adnl() {
|
|||
td::actor::send_closure(adnl_, &ton::adnl::Adnl::register_network_manager, adnl_network_manager_.get());
|
||||
|
||||
if (config_.tunnel_enabled) {
|
||||
auto on_tunnel_ready = td::PromiseCreator::lambda([SelfId = actor_id(this), this, ip](td::Result<td::IPAddress> R) {
|
||||
auto on_tunnel_ready = td::PromiseCreator::lambda([SelfId = actor_id(this), this](td::Result<td::IPAddress> R) {
|
||||
R.ensure();
|
||||
auto addr = R.move_as_ok();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue