fixed typo. Fixes #355
This commit is contained in:
parent
ce99813b48
commit
ae1af66724
|
@ -82,7 +82,7 @@ upnp::upnp(io_service& ios, connection_queue& cc
|
||||||
|
|
||||||
if (state)
|
if (state)
|
||||||
{
|
{
|
||||||
upnp_state_t* s = (upnp_state_t*)s;
|
upnp_state_t* s = (upnp_state_t*)state;
|
||||||
m_devices.swap(s->devices);
|
m_devices.swap(s->devices);
|
||||||
m_mappings.swap(s->mappings);
|
m_mappings.swap(s->mappings);
|
||||||
delete s;
|
delete s;
|
||||||
|
|
Loading…
Reference in New Issue