diff --git a/llarp/net/net.cpp b/llarp/net/net.cpp index 1d4b6d88b..010797d3c 100644 --- a/llarp/net/net.cpp +++ b/llarp/net/net.cpp @@ -819,7 +819,7 @@ namespace llarp while(i) { visit(i); - i = ifa->ifa_next; + i = i->ifa_next; } if(ifa)