X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=miniupnpd%2Fpatches%2F102-ipv6-ext-port.patch;h=fdb2af47723b43fb7685c465bd815ee1c92f785a;hb=416e1d77494809ff24dae70a5c2d1d1a5351585c;hp=d0c68aeb97105928d7debdbbba9161f70c9f2b0f;hpb=aa9af551d0bf027ec683c04c4ea15a773b43af67;p=lede-routing%2F.git diff --git a/miniupnpd/patches/102-ipv6-ext-port.patch b/miniupnpd/patches/102-ipv6-ext-port.patch index d0c68ae..fdb2af4 100644 --- a/miniupnpd/patches/102-ipv6-ext-port.patch +++ b/miniupnpd/patches/102-ipv6-ext-port.patch @@ -1,12 +1,10 @@ -diff --git a/pcpserver.c b/pcpserver.c -index dec4b58..3cdf460 100644 --- a/pcpserver.c +++ b/pcpserver.c -@@ -1020,6 +1020,7 @@ static int CreatePCPMap_FW(pcp_info_t *pcp_msg_info) - &uid); +@@ -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; - #else - return PCP_ERR_NO_RESOURCES; + } +