]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: session: remove debugging code
authorWilly Tarreau <w@1wt.eu>
Mon, 16 Dec 2013 09:12:54 +0000 (10:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 16 Dec 2013 09:12:54 +0000 (10:12 +0100)
commit2cff2f7bb87c000b979a36b35c405c35d9e18da5
tree25cf57b563dfb7d6c9d7c55be784db977d30332c
parent6b9d3a8a5b4c1a494fc591ff9eef5d00b1a7e012
MINOR: session: remove debugging code

The memset() was put here to corrupt memory for a debugging test,
it's not needed anymore and was unfortunately committed. It does
not harm anyway, it probably just slightly affects performance.
src/session.c