natpmp fix

This commit is contained in:
Arvid Norberg 2009-11-28 03:15:06 +00:00
parent ab4b7f99ad
commit d3b4e789ad
1 changed files with 2 additions and 0 deletions

View File

@ -473,6 +473,8 @@ void natpmp::on_reply(error_code const& e
l.lock();
}
if (m_abort) return;
m_currently_mapping = -1;
m->action = mapping_t::action_none;
m_send_timer.cancel(ec);