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
1 changed files with 1 additions and 1 deletions

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