summaryrefslogtreecommitdiffstats
path: root/babeld/route.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-14 04:52:15 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-05-14 04:52:15 +0200
commit0eb167b9f10efaee837efb163dc6d35b7aab1735 (patch)
tree39c2c9c1406534e25e10ff5a50bc852cedf17913 /babeld/route.c
parentbabeld: Cleanup xroute_stream (diff)
downloadfrr-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.c1
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++;
}
}