diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-14 04:52:15 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-14 04:52:15 +0200 |
commit | 0eb167b9f10efaee837efb163dc6d35b7aab1735 (patch) | |
tree | 39c2c9c1406534e25e10ff5a50bc852cedf17913 /babeld/route.c | |
parent | babeld: Cleanup xroute_stream (diff) | |
download | frr-0eb167b9f10efaee837efb163dc6d35b7aab1735.tar.xz frr-0eb167b9f10efaee837efb163dc6d35b7aab1735.zip |
babeld: Cleanup some more compiler warnings
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'babeld/route.c')
-rw-r--r-- | babeld/route.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/babeld/route.c b/babeld/route.c index 1983c5eec..501dd1f4d 100644 --- a/babeld/route.c +++ b/babeld/route.c @@ -997,7 +997,6 @@ retract_neighbour_routes(struct neighbour *neigh) } r = r->next; } - i++; } } |