mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue