mirror of
https://github.com/systemd/systemd.git
synced 2025-09-26 01:44:43 +03:00
logind: remove some unused labels
This commit is contained in:
@@ -921,7 +921,6 @@ int session_kill(Session *s, KillWho who, int signo) {
|
|||||||
r = q;
|
r = q;
|
||||||
}
|
}
|
||||||
|
|
||||||
finish:
|
|
||||||
if (pid_set)
|
if (pid_set)
|
||||||
set_free(pid_set);
|
set_free(pid_set);
|
||||||
|
|
||||||
|
@@ -533,7 +533,6 @@ int user_kill(User *u, int signo) {
|
|||||||
if (q != -EAGAIN && q != -ESRCH && q != -ENOENT)
|
if (q != -EAGAIN && q != -ESRCH && q != -ENOENT)
|
||||||
r = q;
|
r = q;
|
||||||
|
|
||||||
finish:
|
|
||||||
if (pid_set)
|
if (pid_set)
|
||||||
set_free(pid_set);
|
set_free(pid_set);
|
||||||
|
|
||||||
|
@@ -36,15 +36,12 @@
|
|||||||
*
|
*
|
||||||
* spawn user systemd
|
* spawn user systemd
|
||||||
* direct client API
|
* direct client API
|
||||||
* add display symlinks also per-session
|
|
||||||
*
|
*
|
||||||
* udev:
|
* udev:
|
||||||
* drop redundant udev_device_get_is_initialized() use as soon as libudev is fixed
|
* drop redundant udev_device_get_is_initialized() use as soon as libudev is fixed
|
||||||
* use device_has_tag() as soon as it is available
|
* use device_has_tag() as soon as it is available
|
||||||
* trigger based on libudev if available
|
|
||||||
* enumerate recursively with libudev when triggering
|
* enumerate recursively with libudev when triggering
|
||||||
* use sysfs in device hash table, not sysname, when fb driver is fixed
|
* use sysfs in device hash table, not sysname, when fb driver is fixed
|
||||||
* fix ACL enumeration as soon as libudev can properly handle two match tags when enumerating
|
|
||||||
*
|
*
|
||||||
* non-local X11 server
|
* non-local X11 server
|
||||||
* reboot/shutdown halt management
|
* reboot/shutdown halt management
|
||||||
|
Reference in New Issue
Block a user