mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 09:35:32 -04:00
Fix p3ConnectMgr:;setExtAddress() bug... my fault.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3280 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a25dbf7358
commit
0b298f6ca1
1 changed files with 2 additions and 1 deletions
|
@ -2617,9 +2617,10 @@ bool p3ConnectMgr::setExtAddress(std::string id, struct sockaddr_in addr)
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* "it" points to peer */
|
||||
it->second.currentserveraddr = addr;
|
||||
|
||||
#if 0
|
||||
//update ip address list
|
||||
IpAddressTimed ipAddressTimed;
|
||||
ipAddressTimed.ipAddr = addr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue