chiark
/
gitweb
/
~mdw
/
zone
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ec2fff3
)
zone.lisp: Don't try to take the `car' of something we know isn't a list.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 19 Sep 2017 17:13:06 +0000
(18:13 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 19 Sep 2017 17:13:06 +0000
(18:13 +0100)
zone.lisp
patch
|
blob
|
blame
|
history
diff --git
a/zone.lisp
b/zone.lisp
index 9e525690031b24c7355855441c91a3a85b872269..6d6dce900e6ca64ae699be64285921bdce539b69 100644
(file)
--- a/
zone.lisp
+++ b/
zone.lisp
@@
-497,7
+497,7
@@
(defun zone-process-records (rec ttl func)
:ttl ttl :records (cdr r))
sub)))
(t
:ttl ttl :records (cdr r))
sub)))
(t
- (error "Unexpected record form ~A"
(car r)
)))))))
+ (error "Unexpected record form ~A"
r
)))))))
(process (rec dom ttl)
;; Recursirvely process the record list REC, with a list DOM of
(process (rec dom ttl)
;; Recursirvely process the record list REC, with a list DOM of