BUG/MINOR: vars/cli: fix missing LF after "get var" output
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Feb 2024 17:13:32 +0000 (18:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Feb 2024 17:22:01 +0000 (18:22 +0100)
commit5d0dd88ac6c01b1e4ecf7e63efa7ab2f7c1325cf
treef4fbdc951f72c4f8c56a0269836ef33cfbeb73e5
parenteaeb67bdb494ff92190ac5ec43c630b99bedf874
BUG/MINOR: vars/cli: fix missing LF after "get var" output

"get var" on the CLI was also missing an LF, and the vtest as well, so
that fixing only the code breaks the vtest. This must be backported to
2.4 as the issue was brought with commit c35eb38f1d ("MINOR: vars/cli:
add a "get var" CLI command to retrieve global variables").
reg-tests/sample_fetches/vars.vtc
src/vars.c