miniupnpd: drop from repo
[feed/routing.git] / miniupnpd / patches / 102-ipv6-ext-port.patch
diff --git a/miniupnpd/patches/102-ipv6-ext-port.patch b/miniupnpd/patches/102-ipv6-ext-port.patch
deleted file mode 100644 (file)
index 806c7fd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/pcpserver.c
-+++ b/pcpserver.c
-@@ -982,6 +982,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;
- }