diff --git a/src/stick_table.c b/src/stick_table.c index 3ca2c887f..152abf7e2 100644 --- a/src/stick_table.c +++ b/src/stick_table.c @@ -199,6 +199,7 @@ static struct stksess *__stksess_init(struct stktable *t, struct stksess * ts) { memset((void *)ts - t->data_size, 0, t->data_size); ts->ref_cnt = 0; + ts->shard = 0; ts->key.node.leaf_p = NULL; ts->exp.node.leaf_p = NULL; ts->upd.node.leaf_p = NULL;