diff options
-rwxr-xr-x | usr/src/contrib/mDNSResponder/mDNSPosix/mDNSPosix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/contrib/mDNSResponder/mDNSPosix/mDNSPosix.c b/usr/src/contrib/mDNSResponder/mDNSPosix/mDNSPosix.c index 107091456e..aafc205497 100755 --- a/usr/src/contrib/mDNSResponder/mDNSPosix/mDNSPosix.c +++ b/usr/src/contrib/mDNSResponder/mDNSPosix/mDNSPosix.c @@ -1341,6 +1341,7 @@ mDNSlocal int SetupInterfaceList(mDNS *const m) int ifIndex = if_nametoindex(i->ifa_name); if (ifIndex == 0) { + i = i->ifa_next; continue; } if (i->ifa_flags & IFF_LOOPBACK) |