Skip to content

Commit a734713

Browse files
committed
LocalIP (Linux): fix building
1 parent f3c82ad commit a734713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/localip/localip_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ static bool isIPv6AddressPreferred(struct ifaddrs* ifa, struct sockaddr_in6* add
202202
#endif
203203
));
204204
#elif __linux__
205-
FF_UNUSED(ifname);
205+
FF_UNUSED(ifa);
206206

207207
static FFlist addresses = {};
208208
if (addresses.elementSize == 0)

0 commit comments

Comments
 (0)