]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: cfgparse: alphabetically sort the global keywords
authorWilly Tarreau <w@1wt.eu>
Wed, 21 May 2025 12:55:24 +0000 (14:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 May 2025 13:47:42 +0000 (15:47 +0200)
commiteee57b4d3f34bc304727f77df750b467305dd2f3
tree490afd9a4b8c95e4258574ab8e12e89d11aba6d0
parent00d90e8839b32ced10678c1ad53ed417712bddd1
CLEANUP: cfgparse: alphabetically sort the global keywords

The global keywords table was no longer sorted at all, let's fix it to
ease spotting the searched ones.
src/cfgparse-global.c