1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

fix network interface iteration infinite loop

This commit is contained in:
Jeff Becker 2019-07-16 15:16:49 -04:00
parent 08dc5a8551
commit b2fd0e86cc
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -819,7 +819,7 @@ namespace llarp
while(i)
{
visit(i);
i = ifa->ifa_next;
i = i->ifa_next;
}
if(ifa)