diff --git a/miss/miss.cpp b/miss/miss.cpp index f7ad764..17869a7 100644 --- a/miss/miss.cpp +++ b/miss/miss.cpp @@ -53,7 +53,7 @@ static struct port_entry { {IPPROTO_UDP, 48010} }; -static const int k_WolPorts[] = { 7, 9 }; +static const int k_WolPorts[] = { 9 }; void UPnPCreatePinholeForPort(struct UPNPUrls* urls, struct IGDdatas* data, int proto, const char* myAddr, int port) {