mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05: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
@ -2617,9 +2617,10 @@ bool p3ConnectMgr::setExtAddress(std::string id, struct sockaddr_in addr)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* "it" points to peer */
|
/* "it" points to peer */
|
||||||
it->second.currentserveraddr = addr;
|
it->second.currentserveraddr = addr;
|
||||||
|
|
||||||
|
#if 0
|
||||||
//update ip address list
|
//update ip address list
|
||||||
IpAddressTimed ipAddressTimed;
|
IpAddressTimed ipAddressTimed;
|
||||||
ipAddressTimed.ipAddr = addr;
|
ipAddressTimed.ipAddr = addr;
|
||||||
|
Loading…
Reference in New Issue
Block a user