forked from premiere/premiere-libtorrent
fixed natpmp/upnp message typo
This commit is contained in:
parent
4c199b1876
commit
95f543b43b
|
@ -920,7 +920,7 @@ namespace libtorrent
|
||||||
, bind(&session_impl::on_port_mapping
|
, bind(&session_impl::on_port_mapping
|
||||||
, m_impl.get(), _1, _2, _3, 1)
|
, m_impl.get(), _1, _2, _3, 1)
|
||||||
, bind(&session_impl::on_port_map_log
|
, bind(&session_impl::on_port_map_log
|
||||||
, m_impl.get(), _1, 0)
|
, m_impl.get(), _1, 1)
|
||||||
, m_impl->m_settings.upnp_ignore_nonrouters);
|
, m_impl->m_settings.upnp_ignore_nonrouters);
|
||||||
l.lock();
|
l.lock();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue