]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG: counters: third counter was not stored if others unset
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Jul 2013 16:07:03 +0000 (18:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Jul 2013 16:08:41 +0000 (18:08 +0200)
commit7af7d5957d04e8160a4e4e4eb6049c056ec06097
tree97fe53f0b264e9ddf71cb7a0e42d7f7137d25eed
parent4cc1b0d4ef283b5ace5249483ec7eb3b1fc5d193
BUG: counters: third counter was not stored if others unset

Commit e25c917a introduced a third tracking counter bug forgot
to check it when storing values at the end of the session. The
impact is that  if neither the first nor the second one are
changed, none of them are saved.
src/session.c