]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: remove error message with 'set anon on|off'
authorErwan Le Goas <elegoas@haproxy.com>
Wed, 28 Sep 2022 15:04:29 +0000 (17:04 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Sep 2022 08:53:14 +0000 (10:53 +0200)
commit3f4ae6194e372098565355f8c032e80402280e4c
tree96c0688f3d6bef954805f0987dbba468ece5a73c
parent2a2e46ff202d40410f7bf51e8a0bdb57fcadd59e
MINOR: cli: remove error message with 'set anon on|off'

Removed the error message in 'set anon on|off', it's more user
friendly: users use 'set anon on' even if the mode is already
activated, and the same for 'set anon off'. That allows users
to write the command line in the anonymized mode they want
without errors.

No backport needed, except if anonymization mechanism is backported.
src/cli.c