Exit when no UPnP router found and fUseUPnP gets set to 0.
This commit is contained in:
parent
b37f09aa2e
commit
973800b52f
1 changed files with 1 additions and 1 deletions
2
net.cpp
2
net.cpp
|
@ -939,7 +939,7 @@ void ThreadMapPort2(void* parg)
|
|||
freeUPNPDevlist(devlist); devlist = 0;
|
||||
FreeUPNPUrls(&urls);
|
||||
loop {
|
||||
if (fShutdown)
|
||||
if (fShutdown || !fUseUPnP)
|
||||
return;
|
||||
Sleep(2000);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue