mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
MINOR: server: remove fastinter from mistyped kw list
This keyword is already present in server kw list from checks.c.
This commit is contained in:
parent
587b71e402
commit
3b89c11d4d
@ -55,7 +55,7 @@ static void srv_cleanup_connections(struct server *srv);
|
||||
*/
|
||||
static const char *extra_kw_list[] = {
|
||||
"ipv4", "ipv6", "legacy", "octet-count",
|
||||
"fastinter", "fail-check", "sudden-death", "mark-down",
|
||||
"fail-check", "sudden-death", "mark-down",
|
||||
NULL /* must be last */
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user