From babb8dd20692a2dcdd87b507116b6a94f60463cc Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 26 Apr 2014 00:10:46 +0100 Subject: [PATCH] zone.lisp: Stringify the zone name at construction time. It causes trouble later if we don't. --- zone.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone.lisp b/zone.lisp index 1324f70..6b84dac 100644 --- a/zone.lisp +++ b/zone.lisp @@ -439,7 +439,7 @@ (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) -- 2.11.0