The attached patch will fix the FTBFS.

-- 
Regards
Sudip
Description: Fix FTBFS with miniupnpc-2.2.8-2

Bug-Debian: https://bugs.debian.org/1077057
Last-Update: 2024-07-25
---

--- i2pd-2.51.0.orig/daemon/UPnP.cpp
+++ i2pd-2.51.0/daemon/UPnP.cpp
@@ -110,7 +110,7 @@ namespace transport
 			return;
 		}
 
-		err = UPNP_GetValidIGD (m_Devlist, &m_upnpUrls, &m_upnpData, m_NetworkAddr, sizeof (m_NetworkAddr));
+		err = UPNP_GetValidIGD (m_Devlist, &m_upnpUrls, &m_upnpData, m_NetworkAddr, sizeof (m_NetworkAddr), NULL, 0);
 		m_upnpUrlsInitialized=err!=0;
 		if (err == UPNP_IGD_VALID_CONNECTED)
 		{

Reply via email to