Browse Source

I2PControl: s/remote_endpoint/peer

pull/1143/head
l-n-s 7 years ago
parent
commit
12292afdec
  1. 2
      daemon/I2PControl.cpp

2
daemon/I2PControl.cpp

@ -731,7 +731,7 @@ namespace client @@ -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));
}

Loading…
Cancel
Save