mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: httpclient: rename dash by dot in global option
Rename the httpclient-ssl-verify into httpclient.ssl.verify.
This commit is contained in:
parent
853327390e
commit
9ff95e2269
1 changed files with 1 additions and 1 deletions
|
|
@ -1273,7 +1273,7 @@ static int httpclient_parse_global_verify(char **args, int section_type, struct
|
|||
}
|
||||
|
||||
static struct cfg_kw_list cfg_kws = {ILH, {
|
||||
{ CFG_GLOBAL, "httpclient-ssl-verify", httpclient_parse_global_verify },
|
||||
{ CFG_GLOBAL, "httpclient.ssl.verify", httpclient_parse_global_verify },
|
||||
{ 0, NULL, NULL },
|
||||
}};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue