From 5595708e25d1f2e1389cb55d31a8b69f857d2782 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Fri, 19 Sep 2014 15:35:54 +0100 Subject: [PATCH] ripng_nexthop: remove unused store to variable (cherry picked from commit 16f1606382b77ac6b951ea0de15384fcbc1df73f) --- ripngd/ripng_nexthop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ripngd/ripng_nexthop.c b/ripngd/ripng_nexthop.c index 05f190e27b..b966af001e 100644 --- a/ripngd/ripng_nexthop.c +++ b/ripngd/ripng_nexthop.c @@ -209,7 +209,6 @@ ripng_rte_send(struct list *ripng_rte_list, struct interface *ifp, if (ret >= 0 && IS_RIPNG_DEBUG_SEND) ripng_packet_dump ((struct ripng_packet *)STREAM_DATA (s), stream_get_endp (s), "SEND"); - num = 0; stream_reset (s); } } -- 2.39.5