mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 13:49:04 -04:00
fix an upnp bug
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1795 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
37adbae4c1
commit
ef78f90225
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ bool upnphandler::initUPnPState()
|
||||||
if (IGWDetected) {
|
if (IGWDetected) {
|
||||||
/* MODIFY STATE */
|
/* MODIFY STATE */
|
||||||
dataMtx.lock(); /* LOCK MUTEX */
|
dataMtx.lock(); /* LOCK MUTEX */
|
||||||
|
upnpState = RS_UPNP_S_READY;
|
||||||
|
|
||||||
std::cerr << "upnphandler::initUPnPState cUPnPControlPoint internal ip adress : ";
|
std::cerr << "upnphandler::initUPnPState cUPnPControlPoint internal ip adress : ";
|
||||||
std::cerr << cUPnPControlPoint->getInternalIpAddress() << std::endl;
|
std::cerr << cUPnPControlPoint->getInternalIpAddress() << std::endl;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue