diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-13 22:52:15 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-13 22:52:15 -0400 |
| commit | 0eb167b9f10efaee837efb163dc6d35b7aab1735 (patch) | |
| tree | 39c2c9c1406534e25e10ff5a50bc852cedf17913 /babeld/route.c | |
| parent | dd15627e26f3fc7ecbc97eb9bc5bb5d16e422cfb (diff) | |
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 1983c5eec0..501dd1f4df 100644 --- a/babeld/route.c +++ b/babeld/route.c @@ -997,7 +997,6 @@ retract_neighbour_routes(struct neighbour *neigh) } r = r->next; } - i++; } } |
