commit | b982a3d23a784dbfb1e151c4fc70599bfc4bf67d | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@exceliance.fr> | Mon Jan 04 15:45:53 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 12 16:01:24 2010 +0100 |
tree | 8a6505b16ad53c8b8a1512175068e9daa62356f0 | |
parent | 5d16eda210f0775b93f08d2b4f6fcd4e0f7abfa4 [diff] [blame] |
[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));