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; return 0;
fail: fail:
sd_ndisc_stop(nd); (void) sd_ndisc_stop(nd);
return 0; return 0;
} }