11 lines
242 B
Diff
11 lines
242 B
Diff
|
--- a/pcpserver.c
|
||
|
+++ b/pcpserver.c
|
||
|
@@ -1004,6 +1004,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;
|
||
|
}
|
||
|
|