aboutsummaryrefslogtreecommitdiff
path: root/src/net/conf.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/conf.go')
-rw-r--r--src/net/conf.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/conf.go b/src/net/conf.go
index 5340847123..f1bbfedad0 100644
--- a/src/net/conf.go
+++ b/src/net/conf.go
@@ -202,11 +202,6 @@ func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrde
// illumos defaults to "nis [NOTFOUND=return] files"
return fallbackOrder
}
- if c.goos == "linux" {
- // glibc says the default is "dns [!UNAVAIL=return] files"
- // https://www.gnu.org/software/libc/manual/html_node/Notes-on-NSS-Configuration-File.html.
- return hostLookupDNSFiles
- }
return hostLookupFilesDNS
}
if nss.err != nil {