Fixed parsing of comments in resolv.conf

This commit is contained in:
mainzelm 2004-02-02 10:21:20 +00:00
parent cf8911921d
commit 2066f225bf
1 changed files with 1 additions and 1 deletions

View File

@ -1189,7 +1189,7 @@
((eof-object? l)
(adjust-result rev-result #f '()))
((regexp-search
(rx (: bos ("#;")))
(rx (: bos (| "#" ";")))
l)
(loop rev-result))
((regexp-search