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:
joss17 2009-11-11 16:45:46 +00:00
parent 9a6ff52da1
commit f85adf7c25
6 changed files with 25 additions and 37 deletions

View file

@ -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)
{