zone.lisp: Use a synthetic pathname as the temporary-files template.
[zone] / zone.lisp
index 726791f..1557c0a 100644 (file)
--- a/zone.lisp
+++ b/zone.lisp
                (reverse-enum 'tlsa-match match)))
        bin))
     (pathname
-     (with-temporary-files (context :base "tmpfile.tmp")
+     (with-temporary-files (context :base (make-pathname :type "tmp"))
        (let* ((file (or (find-if #'probe-file
                                 (mapcar (lambda (template)
                                           (merge-pathnames data template))