From 50915cdb6080aff3f0c29a369efd29aa5e47e5f2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 18 Jul 2021 22:33:02 -0700 Subject: UNWIND-PROTECT-IN-PARENT -> UNWIND-PROTECT No longer needed thanks to f4e9170e73cb4bcfa7328422b4ff4f72d1339dd0. 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 147bfa6..fe56a7a 100644 --- a/src/deployment.lisp +++ b/src/deployment.lisp @@ -57,7 +57,7 @@ preprocessed." (multiple-value-bind (*connection* return) (apply #'establish-connection type remaining args) (if *connection* - (unwind-protect-in-parent + (unwind-protect (if remaining (connect remaining) (apply-*host*-propspec)) (connection-teardown *connection*)) return))))) -- cgit v1.2.3