]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: vars: move the per-process variables initialization to vars.c
authorWilly Tarreau <w@1wt.eu>
Thu, 17 Feb 2022 15:47:03 +0000 (16:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Feb 2022 16:11:33 +0000 (17:11 +0100)
commitcc0d554e5f13788bb1b263fca26df3b2b0154e40
treecf1c5373add79ca23134a4300bfdb5a01c341bc4
parentadd430623174f913ac08c727d01be0a40340adad
CLEANUP: vars: move the per-process variables initialization to vars.c

There's no point keeping the vars_init_head() call in init() when we
already have a vars_init() registered at the right time to do that,
and it complexifies the boot sequence, so let's move it there.
src/haproxy.c
src/vars.c