[MEDIUM] Add stick table configuration and init.
diff --git a/src/client.c b/src/client.c
index ab8e92c..16ee2d0 100644
--- a/src/client.c
+++ b/src/client.c
@@ -225,6 +225,9 @@
 		s->pend_pos = NULL;
 		s->conn_retries = s->be->conn_retries;
 
+		/* init store persistence */
+		s->store_count = 0;
+
 		/* FIXME: the logs are horribly complicated now, because they are
 		 * defined in <p>, <p>, and later <be> and <be>.
 		 */