]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: httpclient: rename dash by dot in global option
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 4 May 2022 11:52:29 +0000 (13:52 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 4 May 2022 11:52:29 +0000 (13:52 +0200)
Rename the httpclient-ssl-verify into httpclient.ssl.verify.

src/http_client.c

index ca55c02b0d9e1e5ca5a9a23c7f8348038b6c2306..c21786ae07a7519be7cf6f9a26ff69c54cf7e634 100644 (file)
@@ -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 },
 }};