diff --git a/backplane-dns.lisp b/backplane-dns.lisp index 184e1a4..88526e5 100644 --- a/backplane-dns.lisp +++ b/backplane-dns.lisp @@ -54,7 +54,7 @@ (handler-case (if-let ((store *dns-store*)) (-> message - (ensure-connection store) + (backplane-dns-store:ensure-connection store) (handle-dns-message store) (handle-dns-response (msg-id message))) (make-error :msg "dns store is not initialized"