1
0
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:
Lennart Poettering
2018-10-12 18:47:28 +02:00
parent fcadf032c0
commit 76f713dfa4

View File

@ -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;
}