]> git.ipfire.org Git - thirdparty/systemd.git/commit
logind: drop redundant session_id_valid() check
authorLennart Poettering <lennart@poettering.net>
Tue, 23 Jul 2019 08:18:40 +0000 (10:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Jul 2019 14:08:06 +0000 (16:08 +0200)
commitb71282efea506950fb14b5a19b04de2fa21a13fd
treea6523932358c1534302a4dc215d9de57273ad43d
parent20fff3de756e176c54a310a24061b87b73115d8e
logind: drop redundant session_id_valid() check

session_new() checks that as first step anyway, no need to do this
beforehand.
src/login/logind.c