]> git.ipfire.org Git - thirdparty/systemd.git/commit
polkit-agent: don't use an inline function
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Nov 2019 10:11:10 +0000 (11:11 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 Nov 2019 10:11:14 +0000 (11:11 +0100)
commit385d581b7429f9d1d6d2826eac82e581468656f9
tree809123b9ac088fc04a12f46709bf09e5bd5f0457
parent7be830c6e8cd3852e3468203812445115f5ea183
polkit-agent: don't use an inline function

This is long enough to just be a regular function, and is never called
in inner loops, let's hence just make this a plain function.
src/shared/spawn-polkit-agent.c
src/shared/spawn-polkit-agent.h