mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
I2PControl: s/remote_endpoint/peer
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user