mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-08 16:23:24 -04:00
BUG/MINOR: args: add missing entry for ARGT_MAP in arg_type_names
This type is currently not used in an argument so it's harmles. But better correctly fill the name.
This commit is contained in:
parent
324f07f6dd
commit
53c250e165
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ static const char *arg_type_names[ARGT_NBTYPES] = {
|
|||
[ARGT_TAB] = "table",
|
||||
[ARGT_SRV] = "server",
|
||||
[ARGT_USR] = "user list",
|
||||
[ARGT_MAP] = "map",
|
||||
/* Unassigned types must never happen. Better crash during parsing if they do. */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue