Fix ensure-connection
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
(replace-records domain name "SSHFP" new-sshfps)))
|
||||
|
||||
(defmethod ensure-connection ((store postgres-dns-store))
|
||||
(let ((db postmodern:*database*))
|
||||
(let ((conn postmodern:*database*))
|
||||
(when (not (connected-p conn))
|
||||
(reconnect conn))
|
||||
store))
|
||||
|
||||
Reference in New Issue
Block a user