From 7dd05e947200e69513ca19e52d5c05f8799a7df4 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 3 Sep 2018 18:39:56 +0900 Subject: [PATCH] network: drop an unused variable Follow-up for 53cb501a1314740fa777f145067cefccda954487. --- src/network/netdev/fou-tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/netdev/fou-tunnel.c b/src/network/netdev/fou-tunnel.c index ef762d6ab39..65dad384e22 100644 --- a/src/network/netdev/fou-tunnel.c +++ b/src/network/netdev/fou-tunnel.c @@ -62,7 +62,7 @@ static int netdev_fill_fou_tunnel_message(NetDev *netdev, sd_netlink_message **r } static int netdev_fou_tunnel_create(NetDev *netdev) { - _cleanup_(sd_netlink_message_unrefp) sd_netlink_message *m = NULL, *reply = NULL; + _cleanup_(sd_netlink_message_unrefp) sd_netlink_message *m = NULL; uint32_t serial; FouTunnel *t; int r; -- 2.47.3