Fixed parsing of comments in resolv.conf
This commit is contained in:
parent
cf8911921d
commit
2066f225bf
|
@ -1189,7 +1189,7 @@
|
||||||
((eof-object? l)
|
((eof-object? l)
|
||||||
(adjust-result rev-result #f '()))
|
(adjust-result rev-result #f '()))
|
||||||
((regexp-search
|
((regexp-search
|
||||||
(rx (: bos ("#;")))
|
(rx (: bos (| "#" ";")))
|
||||||
l)
|
l)
|
||||||
(loop rev-result))
|
(loop rev-result))
|
||||||
((regexp-search
|
((regexp-search
|
||||||
|
|
Loading…
Reference in New Issue