mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #5898
73f22c4
depends: fix MacOS build with Clang 3.7.1 (vtnerd)
This commit is contained in:
commit
b4ac8969a8
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ PRAGMA_WARNING_DISABLE_VS(4355)
|
|||
}
|
||||
else
|
||||
{
|
||||
const auto ip_{remote_ep.address().to_v6()};
|
||||
const auto ip_ = remote_ep.address().to_v6();
|
||||
return start(is_income, is_multithreaded, ipv6_network_address{ip_, remote_ep.port()});
|
||||
}
|
||||
CATCH_ENTRY_L0("connection<t_protocol_handler>::start()", false);
|
||||
|
|
Loading…
Reference in a new issue