commit | 6f7a02a381339d48a6e5f1430ad87c7dccfb0054 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 15 21:49:49 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 15 21:55:48 2019 +0200 |
tree | c979b985b51cf7eb4d791a1a074d89ee9998e0ae | |
parent | 8de1df92a3d6413dcd4796c954dba8bf8589833b [diff] |
BUILD: htx: fix a used uninitialized warning on is_cookie2 gcc-3.4 reports this which actually looks like a valid warning when looking at the code, it's unsure why others didn't notice it : src/proto_htx.c: In function `htx_manage_server_side_cookies': src/proto_htx.c:4266: warning: 'is_cookie2' might be used uninitialized in this function