Source: litecoin
Severity: important
Tags: trixie sid ftbfs patch

Hi,

Please find the attached patch to fix your package for the transition
to miniupnpc 2.2.8.
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -1637,7 +1637,7 @@ static void ThreadMapPort()
     struct IGDdatas data;
     int r;
 
-    r = UPNP_GetValidIGD(devlist, &urls, &data, lanaddr, sizeof(lanaddr));
+    r = UPNP_GetValidIGD(devlist, &urls, &data, lanaddr, sizeof(lanaddr), NULL, 0);
     if (r == 1)
     {
         if (fDiscover) {

Reply via email to