]> git.puffer.fish Git - mirror/frr.git/commitdiff
ripng_nexthop: remove unused store to variable
authorPaul Jakma <paul@opensourcerouting.org>
Fri, 19 Sep 2014 14:35:54 +0000 (15:35 +0100)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 01:08:59 +0000 (01:08 +0000)
(cherry picked from commit 16f1606382b77ac6b951ea0de15384fcbc1df73f)

ripngd/ripng_nexthop.c

index 05f190e27b14017b527017df0ca0e5e811b51344..b966af001e7f3412003804c00a0a44a49e7c7cac 100644 (file)
@@ -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);
   }
 }