aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-16 19:23:40 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-16 20:35:23 -0700
commit49602a3696384425b6c305e16e69b2ee9903f4be (patch)
tree6abd8c3f422702eef164bce4981d4beee999ec81 /src/connection
parent6de8c65930112143f77e8412aa60cf574e418ddb (diff)
downloadconsfigurator-49602a3696384425b6c305e16e69b2ee9903f4be.tar.gz
add WITH-THESE-OPEN-VOLUMES macro property combinator
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/fork.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index f73bbed..ef1cd7c 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -73,6 +73,7 @@ for example, such that we don't see it."
(uiop:quit 2))))
(mapc #'clear-input
(list *standard-input* *debug-io* *terminal-io*))
+ (cancel-unwind-protect-in-parent-cleanup)
;; While some kinds of data source will still work given certain
;; subtypes of FORK-CONNECTION (e.g. if they've already cached the
;; data in memory, or if it's also accessible to whomever we will