This commit is contained in:
Arvid Norberg 2007-04-05 17:53:42 +00:00
parent e7d1f92623
commit af21efb861
1 changed files with 1 additions and 1 deletions

View File

@ -854,8 +854,8 @@ void upnp::close()
m_devices.erase(i++);
continue;
}
unmap_port(d, 0);
++i;
unmap_port(d, 0);
}
}