luci-app-olsrd2: upgrade uci-defaults for ucitrack handling to use json
[feed/routing.git] / 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