aboutsummaryrefslogtreecommitdiff
path: root/src/connection/chroot.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/chroot.lisp')
-rw-r--r--src/connection/chroot.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/chroot.lisp b/src/connection/chroot.lisp
index 836124f..b934252 100644
--- a/src/connection/chroot.lisp
+++ b/src/connection/chroot.lisp
@@ -127,7 +127,7 @@ should be the mount point, without the chroot's root prefixed.")
(ensure-pathname
(stripln (subseq datadir-inside 1))
:defaults into* :ensure-absolute t :ensure-directory t))
- (unwind-protect-in-parent (continue-connection connection remaining)
+ (unwind-protect (continue-connection connection remaining)
(connection-teardown connection)))))
(defmethod post-fork ((connection chroot.fork-connection))