BUILD: quic: Variable name typo inside a BUG_ON().
authorFrederic Lecaille <flecaille@haproxy.com>
Mon, 5 Feb 2024 13:31:21 +0000 (14:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Feb 2024 10:42:04 +0000 (11:42 +0100)
commitc0570b6ec8491a318b2a55749b5fb3336762402f
tree08c99aa71af3ec46675a8fb8d05477613f705e4c
parent228d3628c2f3f4ff45c899f7d1acb89337b9b405
BUILD: quic: Variable name typo inside a BUG_ON().

This build issued was introduced by this previous commit which is a bugfix:

   BUG/MINOR: quic: Wrong ack ranges handling when reaching the limit.

A BUG_ON() referenced <fist> variable in place of <first>.

Must be backported as far as 2.6 as the previous commit.

(cherry picked from commit 59acb27001ab225aff7e7d1b24f25e0e17b18ff3)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/quic_ack.c