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:
parent
26df148c12
commit
c1743c65da
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ namespace {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
if (it_found == parPortMappings.end()) {
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue