From ef987f23559e424ab37199c182d2450aa2d40f76 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 26 Apr 2021 16:08:26 -0700 Subject: define UNION-PROPSPEC-INTO-HOST for null second argument Signed-off-by: Sean Whitton --- src/deployment.lisp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/deployment.lisp') diff --git a/src/deployment.lisp b/src/deployment.lisp index cd5c5a7..5a70e15 100644 --- a/src/deployment.lisp +++ b/src/deployment.lisp @@ -64,9 +64,7 @@ DEPLOY, DEPLOY-THESE, and the function definitions established by DEFDEPLOY, DEFDEPLOY-THESE, etc., rather than calling this function directly. However, code which programmatically constructs deployments will need to call this." (%consfigure (preprocess-connections connections) - (if additional-properties - (union-propspec-into-host host additional-properties) - host))) + (union-propspec-into-host host additional-properties))) (defun deploy-these* (connections host properties) "Like DEPLOY*, but replace the properties of HOST with PROPERTIES. -- cgit v1.2.3