]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/login/logind-dbus.c
logind-dbus: modernize method_set_user_linger
authorMike Yuan <me@yhndnzj.com>
Thu, 18 Jan 2024 07:28:39 +0000 (15:28 +0800)
committerMike Yuan <me@yhndnzj.com>
Thu, 25 Jan 2024 10:53:30 +0000 (18:53 +0800)
commitade9553d91a7207b6de1b314758eac20eca60a28
treedf6ef6a314fa3ef3509a9b12661fd950d3a99a82
parent210d4cde715b44776975f0c332e568b3e336cbc4
logind-dbus: modernize method_set_user_linger

Currently, user_start() doesn't return any error,
but let's not eat up the return value.
Preparation for #30910, after which user_start()
does return error.
src/login/logind-dbus.c