summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorHans Rosenfeld <rosenfeld@grumpf.hope-2000.org>2021-08-28 15:29:33 +0200
committerHans Rosenfeld <rosenfeld@grumpf.hope-2000.org>2022-01-23 09:37:00 +0100
commitdc5774e5554edd469013b4fe1c42fbd63f5212e1 (patch)
tree01f045245cae7deb4c659072ce1973c069357775 /usr
parent6d25b15cb097cca4822fec6dcaf12fcd345b1a2a (diff)
downloadillumos-gate-dc5774e5554edd469013b4fe1c42fbd63f5212e1.tar.gz
14354 mDNSResponder spins checking interfaces
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr')
-rwxr-xr-xusr/src/contrib/mDNSResponder/mDNSPosix/mDNSPosix.c1
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)