mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
Merge pull request #1143 from l-n-s/i2pcontrol_updates
I2pcontrol updates
This commit is contained in:
commit
ca1fa11cb1
1 changed files with 124 additions and 124 deletions
|
@ -731,7 +731,7 @@ namespace client
|
||||||
{
|
{
|
||||||
boost::property_tree::ptree stream;
|
boost::property_tree::ptree stream;
|
||||||
stream.put("type", socket->GetSocketType ());
|
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));
|
sam_session_sockets.push_back(std::make_pair("", stream));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue