Skip to content
/ i2pd Public
forked from PurpleI2P/i2pd

Commit

Permalink
I2PControl: s/remote_endpoint/peer
Browse files Browse the repository at this point in the history
  • Loading branch information
l-n-s committed Mar 4, 2018
1 parent aef0f4d commit 12292af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/I2PControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit 12292af

Please sign in to comment.