chiark
/
gitweb
/
~mdw
/
zone
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
729a79b
)
zone.lisp: Use a synthetic pathname as the temporary-files template.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 22 Dec 2014 20:32:58 +0000
(20:32 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 23 Dec 2014 11:57:36 +0000
(11:57 +0000)
zone.lisp
patch
|
blob
|
blame
|
history
diff --git
a/zone.lisp
b/zone.lisp
index 726791fd6dd04dca12bdffce259a9c2daf973eea..1557c0a798d13cbe8c3d1f3eded31f65afb214c6 100644
(file)
--- a/
zone.lisp
+++ b/
zone.lisp
@@
-1104,7
+1104,7
@@
(defun convert-tlsa-selector-data (data selector match)
(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))