From e2bc5874cb5c9165e3cc058e9effe36d0ce68cd6 Mon Sep 17 00:00:00 2001 From: Mateusz Poliwczak Date: Tue, 20 Feb 2024 18:13:39 +0100 Subject: [PATCH] update Change-Id: I5333f8c51c4bfcfeae5f9ac1d39241ee50bdc62f --- src/net/conf.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/net/conf.go b/src/net/conf.go index 2dadf4cb788..6fe1e4725ac 100644 --- a/src/net/conf.go +++ b/src/net/conf.go @@ -405,10 +405,6 @@ func (c *conf) lookupOrder(r *Resolver, hostname string) (ret hostLookupOrder, d return hostLookupCgo, dnsConf } - // e.g. "mdns4", "mdns4_minimal" - // We already returned true before if it was *.local. - // libc wouldn't have found a hit on this anyway. - // We don't parse mdns.allow files. They're rare. If one // exists, it might list other TLDs (besides .local) or even // '*', so just let libc deal with it.