1
0
Fork 0
mirror of https://bitbucket.org/King_DuckZ/keepupnpup.git synced 2024-11-07 21:29:00 +00:00

Fix dumb mistake

This commit is contained in:
King_DuckZ 2016-09-21 01:53:44 +02:00
parent 26df148c12
commit c1743c65da

View file

@ -62,7 +62,7 @@ namespace {
}
);
if (it_found == parPortMappings.end()) {
parUpnp.remove_port_mapping(it_found->port, parHost, it_found->protocol);
parUpnp.remove_port_mapping(redir.external_port, parHost, redir.protocol);
}
}
}