From: Amaury Denoyelle Date: Wed, 7 Jan 2026 12:24:54 +0000 (+0100) Subject: MINOR: cfgparse: remove duplicate "force-persist" in common kw list X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=875bbaa7fc2986e1c0c026b2819f2d2c4d423cca;p=thirdparty%2Fhaproxy.git MINOR: cfgparse: remove duplicate "force-persist" in common kw list "force-persist" proxy keyword is listed twice in common_kw_list. This patch removes the duplicated occurence. This could be backported up to 2.4. --- diff --git a/src/cfgparse-listen.c b/src/cfgparse-listen.c index b47e587f4..17bb88404 100644 --- a/src/cfgparse-listen.c +++ b/src/cfgparse-listen.c @@ -48,7 +48,7 @@ static const char *common_kw_list[] = { "server-state-file-name", "max-session-srv-conns", "capture", "retries", "http-request", "http-response", "http-after-response", "http-send-name-header", "block", "redirect", "use_backend", - "use-server", "force-persist", "ignore-persist", "force-persist", + "use-server", "force-persist", "ignore-persist", "stick-table", "stick", "stats", "option", "default_backend", "http-reuse", "monitor", "transparent", "maxconn", "backlog", "fullconn", "dispatch", "balance", "hash-type",