Bad record name
This commit is contained in:
parent
ae146d3a26
commit
8f1de937f5
|
@ -189,7 +189,7 @@
|
||||||
(id))))
|
(id))))
|
||||||
(let* ((new-sshfps (mapcar #'validate-sshfp incoming-sshfps))
|
(let* ((new-sshfps (mapcar #'validate-sshfp incoming-sshfps))
|
||||||
(full-hostname (format nil "~A.~A" host domain))
|
(full-hostname (format nil "~A.~A" host domain))
|
||||||
(sshfp-records (select-dao 'record
|
(sshfp-records (select-dao 'dns-record
|
||||||
(:and (:= 'name full-hostname)
|
(:and (:= 'name full-hostname)
|
||||||
(:= 'domain-id domain-id)
|
(:= 'domain-id domain-id)
|
||||||
(:= 'type "SSHFP"))))
|
(:= 'type "SSHFP"))))
|
||||||
|
|
Loading…
Reference in New Issue