aboutsummaryrefslogtreecommitdiff
path: root/src/deployment.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/deployment.lisp')
-rw-r--r--src/deployment.lisp2
1 files changed, 1 insertions, 1 deletions
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