LocalIP (Linux): fix building

This commit is contained in:
Carter Li
2025-08-09 22:20:04 +08:00
parent f3c82ad837
commit a7347130de
+1 -1
View File
@@ -202,7 +202,7 @@ static bool isIPv6AddressPreferred(struct ifaddrs* ifa, struct sockaddr_in6* add
#endif
));
#elif __linux__
FF_UNUSED(ifname);
FF_UNUSED(ifa);
static FFlist addresses = {};
if (addresses.elementSize == 0)