X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=miniupnpd%2Fpatches%2F102-ipv6-ext-port.patch;h=fdb2af47723b43fb7685c465bd815ee1c92f785a;hb=c8eeeee90ae1761da0dab8d99f95f938a5d54b3e;hp=d0c68aeb97105928d7debdbbba9161f70c9f2b0f;hpb=e58c0555a1fbc37273c89a504ba7a1363089b671;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; + } +