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