Source: eiskaltdcpp 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/extra/upnpc.cpp
+++ b/extra/upnpc.cpp
@@ -53,7 +53,7 @@ bool UPnPc::init()
if (!devices)
return false;
- bool ret = UPNP_GetValidIGD(devices, &urls, &data, nullptr, 0);
+ bool ret = UPNP_GetValidIGD(devices, &urls, &data, nullptr, 0, nullptr, 0);
freeUPNPDevlist(devices);

