]> git.ipfire.org Git - thirdparty/systemd.git/commit
pcrlock: don't override conf_root parameter for boot_entry_token_ensure()
authorLennart Poettering <lennart@poettering.net>
Mon, 10 Jun 2024 12:57:18 +0000 (14:57 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 14 Jun 2024 21:50:47 +0000 (22:50 +0100)
commite2f451d8766723ffec268859b0e4898f7a025ec0
tree3bac6f188950a6e61b036f6d5852194847514f51
parentdc163cd40bb28064d4c57729950199894130516c
pcrlock: don't override conf_root parameter for boot_entry_token_ensure()

if we pass NULL boot_entry_token_ensure() will use its own default,
which is the same as what we passed so far explicitly, hence let's make
use of that.
src/pcrlock/pcrlock.c