From: Lennart Poettering Date: Fri, 12 Oct 2018 16:47:28 +0000 (+0200) Subject: sd-ndisc: voidify sd_ndisc_stop() call X-Git-Tag: v240~556^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76f713dfa47f803ef843ea2ae86ab2db2eea37d6;p=thirdparty%2Fsystemd.git sd-ndisc: voidify sd_ndisc_stop() call CID 1395839 --- diff --git a/src/libsystemd-network/sd-ndisc.c b/src/libsystemd-network/sd-ndisc.c index 126a2929a96..6f0e2ca0df8 100644 --- a/src/libsystemd-network/sd-ndisc.c +++ b/src/libsystemd-network/sd-ndisc.c @@ -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; }