commit | cc0d554e5f13788bb1b263fca26df3b2b0154e40 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Feb 17 16:47:03 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 23 17:11:33 2022 +0100 |
tree | cf1c5373add79ca23134a4300bfdb5a01c341bc4 | |
parent | add430623174f913ac08c727d01be0a40340adad [diff] |
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.