I2PControl: s/remote_endpoint/peer

This commit is contained in:
l-n-s 2018-03-04 11:28:09 -05:00
parent aef0f4d7b8
commit 12292afdec

View file

@ -731,7 +731,7 @@ namespace client
{
boost::property_tree::ptree stream;
stream.put("type", socket->GetSocketType ());
stream.put("remote_endpoint", socket->GetSocket ().remote_endpoint());
stream.put("peer", socket->GetSocket ().remote_endpoint());
sam_session_sockets.push_back(std::make_pair("", stream));
}