]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: fix typo in naming for variable "unused"
authorIlya Shipitsin <chipitsine@gmail.com>
Thu, 22 Feb 2024 09:12:27 +0000 (10:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Mar 2024 10:50:34 +0000 (11:50 +0100)
commit96cd04f8db88fa5fcb2602cb5840c22bc90bd075
treee5d9e3687d9ac3295d2378bb898d97fb99948f0b
parentda3b12ade1516125a982e782be03631b705e304b
CLEANUP: fix typo in naming for variable "unused"

In resolvers.c:rslv_promex_next_ts() and in
stick-tables.c:stk_promex_next_ts(), an unused argument was mistakenly
called "unsued" instead of "unused". Let's fix this in a separate patch
so that it can be omitted from backports if this causes build problems.
src/resolvers.c
src/stick_table.c