mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +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.clear();
|
||||||
surface.push_back(publicAddress);
|
surface.push_back(publicAddress);
|
||||||
natPmpSuccess = true;
|
natPmpSuccess = true;
|
||||||
|
closenatpmp(&natpmp);
|
||||||
break;
|
break;
|
||||||
|
} else {
|
||||||
|
closenatpmp(&natpmp);
|
||||||
|
// continue
|
||||||
}
|
}
|
||||||
|
|
||||||
closenatpmp(&natpmp);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!natPmpSuccess) {
|
if (!natPmpSuccess) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue