]> git.ipfire.org Git - thirdparty/systemd.git/commit
logind: improve error propagation of user_check_linger_file()
authorLennart Poettering <lennart@poettering.net>
Wed, 8 Aug 2018 14:03:11 +0000 (16:03 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 13 Oct 2018 10:59:29 +0000 (12:59 +0200)
commit6996df9b864981980f5b713dc5c7d506a7a4b9bf
treec18e76772272042f9d2f988bdbb6d3325ddc5ab5
parentd5ac9d060267820aabdf9af509a54a1830b27b7d
logind: improve error propagation of user_check_linger_file()

Let's make this a bit prettier, and propagate unexpected access() errors
correctly.

(The callers of this function will suppress them, but it's nicer of they
do that, rather than us doing that twice in both the callers and the
callees)
src/login/logind-user.c