mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue