mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
networkd: remove unused variable (#3447)
this patch solves the following waring: ../src/network/networkd-ndisc.c:197:13: warning: unused variable ‘r’ [-Wunused-variable] int r; fixes acac5b2f
This commit is contained in:
parent
0738b927a1
commit
45819e7cbf
@ -194,7 +194,6 @@ static void ndisc_router_handler(sd_ndisc *nd, uint8_t flags, const struct in6_a
|
||||
|
||||
static void ndisc_handler(sd_ndisc *nd, int event, void *userdata) {
|
||||
Link *link = userdata;
|
||||
int r;
|
||||
|
||||
assert(link);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user