fix build
This commit is contained in:
parent
7e07250652
commit
cdd60bb298
|
@ -257,7 +257,7 @@ bool Init(bool open_adapter)
|
|||
struct ifaddrs* curaddr = addrs;
|
||||
while (curaddr)
|
||||
{
|
||||
if (strcmp(curaddr->ifa_name, adata->DeviceName)
|
||||
if (strcmp(curaddr->ifa_name, adata->DeviceName))
|
||||
{
|
||||
curaddr = curaddr->ifa_next;
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue