miniupnpd/pcpserver.c: ext_port field was not set in the (IPv6) firewall reply packet. Now setting it to int_port.

This commit is contained in:
Markus Stenberg 2014-06-02 19:39:06 +03:00
parent 3eb71223b4
commit 5aaac2c6f5
1 changed files with 1 additions and 0 deletions

View File

@ -1020,6 +1020,7 @@ static int CreatePCPMap_FW(pcp_info_t *pcp_msg_info)
&uid);
if (r < 0)
return PCP_ERR_NO_RESOURCES;
pcp_msg_info->ext_port = pcp_msg_info->int_port;
return PCP_SUCCESS;
#else
return PCP_ERR_NO_RESOURCES;