Ohhh, wasn't ANDing SELECT conditions
This commit is contained in:
parent
0bcd0e0faa
commit
f843cb6a90
@ -77,9 +77,9 @@
|
|||||||
(get-domain)
|
(get-domain)
|
||||||
(id))))
|
(id))))
|
||||||
(select-dao 'dns-record
|
(select-dao 'dns-record
|
||||||
(:= 'name (format nil "~A.~A" host domain))
|
(:and (:= 'name (format nil "~A.~A" host domain))
|
||||||
(:= 'domain-id domain-id)
|
(:= 'domain-id domain-id)
|
||||||
(:= 'type type))
|
(:= 'type type)))
|
||||||
(error 'domain-name-missing :domain domain)))
|
(error 'domain-name-missing :domain domain)))
|
||||||
|
|
||||||
(defun consider-update-content (record content)
|
(defun consider-update-content (record content)
|
||||||
|
Loading…
Reference in New Issue
Block a user