Skip to content
Snippets Groups Projects
Commit 8962355d authored by SteelT's avatar SteelT
Browse files

Fix UPnP port mapping not working

Despite UPNP_AddPortMapping returning sucess status, no port mapping would actually be added at all. And that's due to a memset call in the middle of the function.
Wiping the IGDdatas struct, moving the memset to the start of the function fixes it and a port mapping is actually created/removed when a server is started/stopped.
parent a5bf4a5b
Branches
Tags
2 merge requests!2355fix newer versions of mixerx,!2333Fix UPnP port mapping not working
Pipeline #2488 passed