forked from premiere/premiere-libtorrent
stop natpmp in test
This commit is contained in:
parent
cd08a61f35
commit
9239eed31e
|
@ -70,6 +70,7 @@ int main(int argc, char* argv[])
|
||||||
if (a == 0)
|
if (a == 0)
|
||||||
{
|
{
|
||||||
s.stop_upnp();
|
s.stop_upnp();
|
||||||
|
s.stop_natpmp();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
std::auto_ptr<alert> holder = s.pop_alert();
|
std::auto_ptr<alert> holder = s.pop_alert();
|
||||||
|
|
Loading…
Reference in New Issue