Merge pull request #63809 from mhilbrunner/upnp-no-delete-only-add
UPNP: Don't delete previous mappings when adding new port mappings
This commit is contained in:
commit
b2bcf81c7c
1 changed files with 0 additions and 2 deletions
|
@ -319,8 +319,6 @@ int UPNP::add_port_mapping(int port, int port_internal, String desc, String prot
|
|||
return UPNP_RESULT_NO_GATEWAY;
|
||||
}
|
||||
|
||||
dev->delete_port_mapping(port, proto);
|
||||
|
||||
return dev->add_port_mapping(port, port_internal, desc, proto, duration);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue