mirror of
https://github.com/monero-project/monero.git
synced 2025-11-28 06:00:32 -05:00
Silence stupid warnings
This commit is contained in:
parent
83f1d863bd
commit
3247f11638
2 changed files with 3 additions and 3 deletions
|
|
@ -2095,7 +2095,7 @@ namespace nodetool
|
|||
|
||||
const epee::net_utils::network_address na = context.m_remote_address;
|
||||
std::string ip;
|
||||
uint32_t ipv4_addr;
|
||||
uint32_t ipv4_addr = 0;
|
||||
boost::asio::ip::address_v6 ipv6_addr;
|
||||
bool is_ipv4;
|
||||
if (na.get_type_id() == epee::net_utils::ipv4_network_address::get_type_id())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue