X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zone/blobdiff_plain/74962377fb06e415d2abe35833aa89c04090bde9..babb8dd20692a2dcdd87b507116b6a94f60463cc:/zone.lisp diff --git a/zone.lisp b/zone.lisp index 1324f70..6b84dac 100644 --- a/zone.lisp +++ b/zone.lisp @@ -439,7 +439,7 @@ (defun zone-parse-head (head) (ttl min-ttl) (serial (make-zone-serial zname))) (listify head) - (values zname + (values (string-downcase zname) (timespec-seconds ttl) (make-soa :admin admin :source (zone-parse-host source zname)