]> git.ipfire.org Git - thirdparty/systemd.git/commit
manager: simplify uid-ref/gid-ref a code a bit
authorLennart Poettering <lennart@poettering.net>
Wed, 10 Feb 2021 14:46:47 +0000 (15:46 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 10 Feb 2021 14:48:35 +0000 (15:48 +0100)
commit010becd90ab4471a01949b1102b9fa4e1dae67f3
tree1166fa9410637faef0f6ab97a5a667ae568302ea
parent8dfc2beb571f0e0ad780d628c743eac68faf5186
manager: simplify uid-ref/gid-ref a code a bit

Let's drop unused function arguments, and needless double pointers where
we can.

no actual change in behaviour, just simplifications

(I tried to track down #14026 without success, and this came out of it)
src/core/manager.c