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:
joss17 2009-10-30 00:45:57 +00:00
parent 5d6f6f00f4
commit 7b7846f22f

View File

@ -2937,7 +2937,7 @@ bool p3ConnectMgr::checkNetAddress()
std::list<std::string>::iterator it;
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 *******/