mirror of
https://github.com/systemd/systemd.git
synced 2025-08-25 13:49:55 +03:00
sd-ndisc: voidify sd_ndisc_stop() call
CID 1395839
This commit is contained in:
@ -301,7 +301,7 @@ static int ndisc_timeout(sd_event_source *s, uint64_t usec, void *userdata) {
|
||||
return 0;
|
||||
|
||||
fail:
|
||||
sd_ndisc_stop(nd);
|
||||
(void) sd_ndisc_stop(nd);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user