]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: cli: rename dynamic error printing state
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 10 Nov 2022 10:47:36 +0000 (11:47 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 10 Nov 2022 15:42:47 +0000 (16:42 +0100)
commit56f50a03b7f1f996cccd88f661ccbc9438a9d139
treee1c1a94afa018b4028e8f33a75b49213983bfc6e
parent9fbc84e571be630eeb5185b97c4bbaee8b870127
CLEANUP: cli: rename dynamic error printing state

Rename CLI_ST_PRINT_FREE to CLI_ST_PRINT_DYNERR.

Most notably, this highlights that this is reserved to error printing.

This is done to ensure consistency between CLI_ST_PRINT/CLI_ST_PRINT_DYN
and CLI_ST_PRINT_ERR/CLI_ST_PRINT_DYNERR. The name is also consistent
with the function cli_dynerr() which activates it.
addons/ot/src/cli.c
include/haproxy/cli-t.h
include/haproxy/cli.h
src/cli.c