commit | 7122095ab9d367a3ed79a306fde657acc3e30f62 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 03 10:23:26 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Sep 23 17:20:17 2021 +0200 |
tree | 5d23dac885fc0e9601a0c0edc02e1117b84c4fca | |
parent | 678ab5f5e2aae9536a18f38e311a5b7abf099ef3 [diff] |
BUG/MINOR: vars: do not talk about global section in CLI errors for set-var When attempting to set a variable does not start with the "proc" scope on the CLI, we used to emit "only proc is permitted in the global section" which obviously is a leftover from the initial code. This may be backported to 2.4. (cherry picked from commit c767eebf1f2130447cef3269f4a46ed164410a75) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>