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