summarylogtreecommitdiffstats
path: root/upnp_2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'upnp_2.patch')
-rw-r--r--upnp_2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/upnp_2.patch b/upnp_2.patch
new file mode 100644
index 000000000000..894e6a756649
--- /dev/null
+++ b/upnp_2.patch
@@ -0,0 +1,11 @@
+--- deeponion/src/net.cpp 2017-08-19 23:55:38.023863100 +0800
++++ deeponion/src/net.cpp 2017-08-19 23:55:38.023863100 +0800
+@@ -1005,7 +1005,7 @@
+ #else
+ /* miniupnpc 1.6 */
+ int error = 0;
+- devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, &error);
++ devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, 0, &error);
+ #endif
+
+ struct UPNPUrls urls;