From d6e52cbd4a178bdae7961c6f199a99724bb9d04e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 21 Mar 2021 17:17:52 -0700 Subject: CONTINUE-DEPLOY*: pass :LOCAL as default remaining connection Signed-off-by: Sean Whitton --- src/deployment.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/deployment.lisp') diff --git a/src/deployment.lisp b/src/deployment.lisp index f8a8b17..221b89b 100644 --- a/src/deployment.lisp +++ b/src/deployment.lisp @@ -81,7 +81,7 @@ DEFHOST forms can override earlier entries (see DEFHOST's docstring)." Used by implementations of ESTABLISH-CONNECTION which need to do something like fork(2) and then return to Consfigurator's primary loop in the child." - (%consfigure remaining-connections *host*)) + (%consfigure (or remaining-connections '((:local))) *host*)) ;; in the following two macros, bind *HOST* so that evaluation of the ;; unevaluated propspec can retrieve existing hostattrs; shallow copy just in -- cgit v1.2.3