mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
change to only one ip list instead of one local and one remote
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1807 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9a6ff52da1
commit
f85adf7c25
6 changed files with 25 additions and 37 deletions
|
@ -431,8 +431,7 @@ void p3disc::sendPeerDetails(std::string to, std::string about)
|
|||
di -> aboutId = about;
|
||||
|
||||
// set the server address.
|
||||
di -> localaddrList = detail.localaddrList;
|
||||
di -> remoteaddrList = detail.remoteaddrList;
|
||||
di -> ipAddressList = detail.ipAddressList;
|
||||
|
||||
if (detail.state & RS_PEER_S_CONNECTED)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue