diff options
Diffstat (limited to 'src/ipcpd')
-rw-r--r-- | src/ipcpd/unicast/pol/graph.c | 2 |
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; |