net_utils_base: added missing template keyword

pull/95/head
kenshi84 7 years ago
parent ae8841f2ab
commit 007937e217
No known key found for this signature in database
GPG Key ID: 085D092F1F43D51A

@ -128,7 +128,7 @@ namespace net_utils
case ipv4_network_address::ID:
if (!is_store)
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;
default: MERROR("Unsupported network address type: " << type); return false;
}

Loading…
Cancel
Save