From 9239eed31e1e8ffe63a4b8b29c3b5fad77407f4a Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 1 Oct 2010 04:41:39 +0000 Subject: [PATCH] stop natpmp in test --- examples/upnp_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/upnp_test.cpp b/examples/upnp_test.cpp index fce1aa056..6bec75a2c 100644 --- a/examples/upnp_test.cpp +++ b/examples/upnp_test.cpp @@ -70,6 +70,7 @@ int main(int argc, char* argv[]) if (a == 0) { s.stop_upnp(); + s.stop_natpmp(); break; } std::auto_ptr holder = s.pop_alert();