Make resolve.conf-parse-error a condition.

This commit is contained in:
mainzelm 2003-02-10 10:48:46 +00:00
parent ceb481fc10
commit 183cf60bb7
1 changed files with 3 additions and 0 deletions

View File

@ -1077,6 +1077,9 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Parsing of /etc/resolv.conf
(define-condition-type 'resolv.conf-parse-error '(dns-error))
(define resolv.conf-parse-error? (condition-predicate 'resolv.conf-parse-error))
(define (parse-nameserver rest-of-line)
(let ((match (regexp-search
(rx (: (submatch (** 1 3 digit) "."