fixed typos

This commit is contained in:
Arvid Norberg 2010-07-15 06:02:58 +00:00
parent b3f57ac293
commit 89ca5a157a
1 changed files with 2 additions and 0 deletions

View File

@ -3783,6 +3783,7 @@ namespace aux {
m_udp_mapping[0] = m_natpmp->add_mapping(natpmp::udp
, m_listen_interface.port(), m_listen_interface.port());
}
return n;
}
upnp* session_impl::start_upnp()
@ -3817,6 +3818,7 @@ namespace aux {
m_udp_mapping[1] = m_upnp->add_mapping(upnp::udp
, m_listen_interface.port(), m_listen_interface.port());
}
return u;
}
void session_impl::stop_lsd()