mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
network: voidify link_stop_clients() in link_enter_failed()
This commit is contained in:
parent
5fad3913e2
commit
8ff85383b4
@ -668,7 +668,7 @@ void link_enter_failed(Link *link) {
|
||||
|
||||
link_set_state(link, LINK_STATE_FAILED);
|
||||
|
||||
link_stop_clients(link, false);
|
||||
(void) link_stop_clients(link, false);
|
||||
|
||||
link_dirty(link);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user