[MEDIUM] Add stick table configuration and init.
diff --git a/src/proto_uxst.c b/src/proto_uxst.c
index 186ddda..7d38569 100644
--- a/src/proto_uxst.c
+++ b/src/proto_uxst.c
@@ -476,6 +476,8 @@
 		s->srv = s->prev_srv = s->srv_conn = NULL;
 		s->pend_pos = NULL;
 
+		s->store_count = 0;
+
 		memset(&s->logs, 0, sizeof(s->logs));
 		memset(&s->txn, 0, sizeof(s->txn));