1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-24 04:54:07 +00:00

ares_init: fix detection of semicolon comments in resolv.conf

File resolv.conf may either use a hash '#' or a semicolon ';' character as an
indication that the rest of the line is a comment.  This fixes not recognizing
the semicolon as a valid comment indicator in resolv.conf.
This commit is contained in:
Yang Tse
2010-12-10 21:19:51 +01:00
parent 0b497f70e1
commit b2dafb6974
3 changed files with 33 additions and 14 deletions

View File

@ -1,5 +1,13 @@
Changelog for the c-ares project
Changed:
o
Fixed:
o detection of semicolon comments in resolv.conf
Version 1.7.4 (December 9, 2010)
Changed: