]> git.ipfire.org Git - thirdparty/systemd.git/commit
userdb: initialize .synthesize_root/.synthesize_nobody in generic code 19570/head
authorLennart Poettering <lennart@poettering.net>
Wed, 5 May 2021 20:27:37 +0000 (22:27 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 10 May 2021 16:11:06 +0000 (18:11 +0200)
commit40fb3503f45447f37214fdd7f27946dc57a65925
tree5052a1ed2ed73c2563a4ace14049a968338bf684
parent58dbf4c925aadf92a2de62943648b76ae1063c4a
userdb: initialize .synthesize_root/.synthesize_nobody in generic code

Let's initialize this at the same place for any iterator allocated. (Yes
not all types of iterator objects need this, but it's still nice to
share this trivial code at one place).
src/shared/userdb.c