Add support for miniupnpd and cjdns
[librecmc/package-feed.git] / net / miniupnpd / patches / 102-ipv6-ext-port.patch
1 --- a/pcpserver.c
2 +++ b/pcpserver.c
3 @@ -982,6 +982,7 @@ static int CreatePCPMap_NAT(pcp_info_t *
4                                    timestamp);
5         if (r < 0)
6                 return PCP_ERR_NO_RESOURCES;
7 +       pcp_msg_info->ext_port = pcp_msg_info->int_port;
8         return PCP_SUCCESS;
9  }
10