]> git.ipfire.org Git - thirdparty/bind9.git/commit
Properly process extra nameserver lines in resolv.conf
authorMark Andrews <marka@isc.org>
Mon, 15 May 2023 00:34:16 +0000 (10:34 +1000)
committerMark Andrews <marka@isc.org>
Tue, 16 May 2023 02:04:55 +0000 (02:04 +0000)
commit864cd080523fcbafd5a79f69922e4ebe2dd5885f
treed451385b5c07642bc1eb1688396e9838e91db2fd
parent15eaf9d3f2d9a3ab8e3ca9dc8ff63f07deed48b7
Properly process extra nameserver lines in resolv.conf

The whole line needs to be read rather than just the token "nameserver"
otherwise the next line in resolv.conf is not properly processed.
lib/dns/resconf.c