]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: move encrypted credential check to execute.c
authorLennart Poettering <lennart@poettering.net>
Thu, 23 Mar 2023 12:58:34 +0000 (13:58 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 23 Mar 2023 17:22:27 +0000 (18:22 +0100)
commit50a4217bbe4ed0fea1b71d8f1bc738d8676a86c3
treee94135c5c9f6b8cf681878842d612bea78e87222
parentf1710073c7d9de58ba28bf7a9fdb15ec34fec444
core: move encrypted credential check to execute.c

This is an operation on an ExecContext, hence it probably should be
placed there.
src/core/execute.c
src/core/execute.h
src/core/unit.c