commit | 2a031ecd96159c964182375fb0e868571beb2ebf | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 12 19:02:21 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 25 10:02:39 2021 +0100 |
tree | ca7721439489cfab5b8da3c9f7228d07125c258a | |
parent | 0bf268e18484bf3107b3c952a82d17e141ce1976 [diff] |
MINOR: server: Only fill one array when parsing a server-state line There is no reason to fill two parameter arrays in srv_state_parse_line() function. Now, only one array is used. The 4th first entries are just skipped when srv_update_state() is called.