aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_lpm/rte_lpm6.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_lpm/rte_lpm6.c')
-rw-r--r--lib/librte_lpm/rte_lpm6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_lpm/rte_lpm6.c b/lib/librte_lpm/rte_lpm6.c
index 32fdba01..f9fecbe3 100644
--- a/lib/librte_lpm/rte_lpm6.c
+++ b/lib/librte_lpm/rte_lpm6.c
@@ -511,7 +511,7 @@ rte_lpm6_add(struct rte_lpm6 *lpm, uint8_t *ip, uint8_t depth,
uint8_t next_hop)
{
struct rte_lpm6_tbl_entry *tbl;
- struct rte_lpm6_tbl_entry *tbl_next;
+ struct rte_lpm6_tbl_entry *tbl_next = NULL;
int32_t rule_index;
int status;
uint8_t masked_ip[RTE_LPM6_IPV6_ADDR_SIZE];