fix regression in support for resolv.conf attempts option
commit1a7fa5e5211a67e89861583516ee1566609467a1
authorRich Felker <dalias@aerifal.cx>
Fri, 21 Apr 2017 21:34:26 +0000 (21 17:34 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 21 Apr 2017 21:34:26 +0000 (21 17:34 -0400)
treecf767d75421605fff47a56a3233682ab1ad2c7fb
parent8c44a060243f04283ca68dad199aab90336141db
fix regression in support for resolv.conf attempts option

commit d6cb08bcaca4ff1f921375510ca72bccea969c75 moved the code and
introduced an incorrect string offset for the new parsing, probably
due to a copy-and-paste error.

patch by Stefan Sedich.
src/network/resolvconf.c