aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-18 22:33:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-24 09:39:07 -0700
commit50915cdb6080aff3f0c29a369efd29aa5e47e5f2 (patch)
tree059f1a1542c3d0522c1579cf734b3ceda312f162 /src/property/disk.lisp
parentf4e9170e73cb4bcfa7328422b4ff4f72d1339dd0 (diff)
downloadconsfigurator-50915cdb6080aff3f0c29a369efd29aa5e47e5f2.tar.gz
UNWIND-PROTECT-IN-PARENT -> UNWIND-PROTECT
No longer needed thanks to f4e9170e73cb4bcfa7328422b4ff4f72d1339dd0. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/disk.lisp')
-rw-r--r--src/property/disk.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index dea18f8..3fa97ee 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -759,7 +759,7 @@ must not be modified."
(apply #'open-volumes-and-contents
`(,volumes ,@(and mount-below-supplied-p
`(:mount-below ,mount-below)))))
- (unwind-protect-in-parent (propappapply propapp)
+ (unwind-protect (propappapply propapp)
(mrun "sync")
(mapc #'close-volume (get-connattr :opened-volumes)))))
:args (cdr propapp)))