mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 10:31:21 +08:00
11 lines
240 B
Diff
11 lines
240 B
Diff
--- a/pcpserver.c
|
|
+++ b/pcpserver.c
|
|
@@ -982,6 +982,7 @@ static int CreatePCPMap_NAT(pcp_info_t *
|
|
timestamp);
|
|
if (r < 0)
|
|
return PCP_ERR_NO_RESOURCES;
|
|
+ pcp_msg_info->ext_port = pcp_msg_info->int_port;
|
|
return PCP_SUCCESS;
|
|
}
|
|
|