mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
core: avoid unnecessary cast
This commit is contained in:
parent
3b1e405f36
commit
ee36fed438
@ -1919,7 +1919,7 @@ static int mount_kill(Unit *u, KillWho who, int signo, sd_bus_error *error) {
|
||||
|
||||
assert(m);
|
||||
|
||||
return unit_kill_common(u, who, signo, -1, MOUNT(u)->control_pid, error);
|
||||
return unit_kill_common(u, who, signo, -1, m->control_pid, error);
|
||||
}
|
||||
|
||||
static int mount_control_pid(Unit *u) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user