mirror of
https://github.com/monero-project/monero.git
synced 2025-06-18 05:59:16 -04:00
Merge pull request #2094
007937e2
net_utils_base: added missing template keyword (kenshi84)
This commit is contained in:
commit
038e6cd33e
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ namespace net_utils
|
||||||
case ipv4_network_address::ID:
|
case ipv4_network_address::ID:
|
||||||
if (!is_store)
|
if (!is_store)
|
||||||
const_cast<network_address&>(this_ref).reset(new ipv4_network_address(0, 0));
|
const_cast<network_address&>(this_ref).reset(new ipv4_network_address(0, 0));
|
||||||
KV_SERIALIZE(as<ipv4_network_address>());
|
KV_SERIALIZE(template as<ipv4_network_address>());
|
||||||
break;
|
break;
|
||||||
default: MERROR("Unsupported network address type: " << type); return false;
|
default: MERROR("Unsupported network address type: " << type); return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue