0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-30 17:34:04 +01:00

modules/console: Remove unnecessary output of the srv_key.

This commit is contained in:
Jason Volk 2018-09-14 00:50:14 -07:00
parent 5e2633d10b
commit eab8b87970

View file

@ -2764,8 +2764,6 @@ console_cmd__net__host__cache__SRV__clear(opt &out, const string_view &line)
net::dns::make_SRV_key(srv_key_buf, hostport, opts)
};
out << srv_key << std::endl;
const auto ret
{
net::dns::cache.SRV.erase(srv_key)