]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: listener/config: remove the special case for shards==1
authorWilly Tarreau <w@1wt.eu>
Fri, 3 Feb 2023 13:53:34 +0000 (14:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Feb 2023 17:00:21 +0000 (18:00 +0100)
commit484093df805400222ac795eba21128df2e1a0228
treea362f5ac0c37ae56dc1011d67bc81e8d749a884b
parentf2988e1447f20d6e93576225d31d31c77af7f5d7
CLEANUP: listener/config: remove the special case for shards==1

In fact this case is already handled by the regular shards code, there
is no need to special-case it.
src/cfgparse.c