]> Cypherpunks repositories - gostls13.git/commit
net: rewrite nsswitch.conf parsing to work like other parsers
authorIan Lance Taylor <iant@golang.org>
Tue, 8 Nov 2022 23:08:48 +0000 (15:08 -0800)
committerGopher Robot <gobot@golang.org>
Tue, 15 Nov 2022 20:15:51 +0000 (20:15 +0000)
commit37ca171ce79a86924b7db4dd07b1e7760cfed4fc
tree7e098bdc63578d95b4016f02e70386b1cbcb848e
parent678cd71d11f927fcde0c1fa5d380860ce77f8391
net: rewrite nsswitch.conf parsing to work like other parsers

Seems simpler than having two different parsing mechanisms.

Change-Id: I4f8468bc025f8e03f59ec9c79b17721581b64eed
Reviewed-on: https://go-review.googlesource.com/c/go/+/448855
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Joedian Reid <joedian@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
src/net/conf_test.go
src/net/nss.go
src/net/nss_test.go
src/net/parse.go