]> git.ipfire.org Git - thirdparty/systemd.git/commit
user-util: honour PREFER_NSS flag in get_group_creds() the same way as we already... 30960/head
authorLennart Poettering <lennart@poettering.net>
Tue, 16 Jan 2024 13:56:25 +0000 (14:56 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 16 Jan 2024 13:56:25 +0000 (14:56 +0100)
commite9c974fd4295fd9b9f98698a14523875bd935dfa
tree862455c2a214abbf054dcdcbdd7f034afafca715
parent83e9b584dba1352493d8d2337bfe20d923d5163b
user-util: honour PREFER_NSS flag in get_group_creds() the same way as we already do in get_user_creds()

let's onour the PREFER_NSS flag also in get_group_creds() the same
way we honour it in get_user_creds().

Simply to remove surprises.
src/basic/user-util.c