execute: simplify 'load_creds_args' struct a bit
authorLennart Poettering <lennart@poettering.net>
Wed, 13 Apr 2022 20:51:13 +0000 (22:51 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Apr 2022 09:32:46 +0000 (11:32 +0200)
commit461345a1640043f8b138f4707097685568cd6376
tree338bb76bd58e61b8064453ea1fbafa2d7a41dea8
parent11348386158ae51af7d3866f814b5468877fa60b
execute: simplify 'load_creds_args' struct a bit

Given we only need a single field off the ExecLoadCredential structure
we don't have to link it as a whole, but just copy that one bit over
directly, simplifying the struct a bit.
src/core/execute.c