From a046a43314ffec2163161b56df2bbd12b320a76e Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 9 Mar 2022 13:24:47 -0800 Subject: [PATCH] Specify namespace of ensure-connection --- backplane-dns.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"