]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: peers: fix wrong message id on stick table updates acknowledgement.
authorEmeric Brun <ebrun@haproxy.com>
Fri, 21 Aug 2015 09:48:54 +0000 (11:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Aug 2015 12:24:17 +0000 (14:24 +0200)
commite1ab808ff80d3382cd58cf4c0ffc2ef7f0e56fa8
tree290a26a7a457c5759ebc3e898e4b9b59a11141e5
parent29fbe51490cc1e41ab26297e5cd64e849d521a7e
BUG/MEDIUM: peers: fix wrong message id on stick table updates acknowledgement.

The table definition message id was used instead of the update acknowledgement id.

This bug causes a malformated message and a protocol error and breaks the
connection.

After that, the updates remain unacknowledged.
src/peers.c