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 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)))))