homework: get rid of manual clean up path in home_setup_luks()
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Oct 2021 15:28:51 +0000 (17:28 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 Oct 2021 06:17:46 +0000 (08:17 +0200)
commitd33f0241007f6ca8fed3bba204934e1e9aa00c9f
tree899be010f79eff670cd3ff92c7565f623a1534e0
parent80ffbbfbfb9b8da2def258ddcb24e0d044143dca
homework: get rid of manual clean up path in home_setup_luks()

Now that we stored all our different objects inside the HomeSetup
structure, we can get rid of our manual clean-up path, since
home_setup_done() will clean up everything stored therein anyway, in the
right order.

This is the main reason we moved everything into HomeSetup in the
previous commits: so that we can share clean-up paths for these objects
with everything else.
src/home/homework-luks.c