summaryrefslogtreecommitdiff
path: root/babeld/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'babeld/route.c')
-rw-r--r--babeld/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/route.c b/babeld/route.c
index dfd0bfab89..8dd1e40431 100644
--- a/babeld/route.c
+++ b/babeld/route.c
@@ -166,7 +166,7 @@ resize_route_table(int new_slots)
static struct babel_route *
insert_route(struct babel_route *route)
{
- int i, n;
+ int i, n = 0;
assert(!route->installed);