mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-19 04:44:21 -05:00
windows compilation fix
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1784 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5d6f6f00f4
commit
7b7846f22f
@ -2937,7 +2937,7 @@ bool p3ConnectMgr::checkNetAddress()
|
|||||||
std::list<std::string>::iterator it;
|
std::list<std::string>::iterator it;
|
||||||
|
|
||||||
in_addr_t old_in_addr = ownState.localaddr.sin_addr.s_addr;
|
in_addr_t old_in_addr = ownState.localaddr.sin_addr.s_addr;
|
||||||
in_port_t old_in_port = ownState.localaddr.sin_port;
|
int old_in_port = ownState.localaddr.sin_port;
|
||||||
|
|
||||||
{
|
{
|
||||||
RsStackMutex stack(connMtx); /****** STACK LOCK MUTEX *******/
|
RsStackMutex stack(connMtx); /****** STACK LOCK MUTEX *******/
|
||||||
|
Loading…
Reference in New Issue
Block a user