fixed natpmp/upnp message typo

This commit is contained in:
Arvid Norberg 2009-08-28 06:48:37 +00:00
parent 4c199b1876
commit 95f543b43b
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ namespace libtorrent
, bind(&session_impl::on_port_mapping
, m_impl.get(), _1, _2, _3, 1)
, bind(&session_impl::on_port_map_log
, m_impl.get(), _1, 0)
, m_impl.get(), _1, 1)
, m_impl->m_settings.upnp_ignore_nonrouters);
l.lock();