From b2dafb6974da4f3b80dda3bd343989157d8c36a0 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 10 Dec 2010 21:19:51 +0100 Subject: 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. --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index f739b46..e591181 100644 --- a/CHANGES +++ b/CHANGES @@ -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: -- cgit v1.2.3