summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ipcpd/unicast/pol/graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/unicast/pol/graph.c b/src/ipcpd/unicast/pol/graph.c
index d774e845..e76a47fb 100644
--- a/src/ipcpd/unicast/pol/graph.c
+++ b/src/ipcpd/unicast/pol/graph.c
@@ -620,7 +620,7 @@ static int graph_routing_table_lfa(struct graph * graph,
struct vertex * v;
struct edge * e;
struct vertex ** nhops;
- int i;
+ int i = 0;
int j;
int k;