mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
... and here.
This commit is contained in:
parent
1e213b4d4c
commit
d862d2868c
1 changed files with 4 additions and 2 deletions
|
@ -146,10 +146,12 @@ public:
|
|||
surface.clear();
|
||||
surface.push_back(publicAddress);
|
||||
natPmpSuccess = true;
|
||||
closenatpmp(&natpmp);
|
||||
break;
|
||||
} else {
|
||||
closenatpmp(&natpmp);
|
||||
// continue
|
||||
}
|
||||
|
||||
closenatpmp(&natpmp);
|
||||
}
|
||||
|
||||
if (!natPmpSuccess) {
|
||||
|
|
Loading…
Add table
Reference in a new issue