CLEANUP: vars: name the temporary proxy "CFG" instead of "CLI" for global vars
authorWilly Tarreau <w@1wt.eu>
Fri, 3 Sep 2021 06:19:43 +0000 (08:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Sep 2021 09:01:48 +0000 (11:01 +0200)
commit9c20433acad4f9e0a99191d00f584d36f058a538
tree6c48b8ae747052fd3950c3e9ea5f1906f4457bfe
parentc767eebf1f2130447cef3269f4a46ed164410a75
CLEANUP: vars: name the temporary proxy "CFG" instead of "CLI" for global vars

We're using a dummy temporary proxy when creating global variables in
the configuration file, it was copied from the CLI's code and was
mistakenly called "CLI", better name it "CFG". It should not appear
anywhere except maybe when debugging cores.
src/vars.c