Browse Source

... and here.

pull/1/head
Adam Ierymenko 10 years ago
parent
commit
d862d2868c
  1. 6
      osdep/PortMapper.cpp

6
osdep/PortMapper.cpp

@ -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…
Cancel
Save