stop natpmp in test

This commit is contained in:
Arvid Norberg 2010-10-01 04:41:39 +00:00
parent cd08a61f35
commit 9239eed31e
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ int main(int argc, char* argv[])
if (a == 0)
{
s.stop_upnp();
s.stop_natpmp();
break;
}
std::auto_ptr<alert> holder = s.pop_alert();