commit | 3888b8cd7bd3d90ad60b413b0a1983ab4f56abdc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jan 27 13:32:25 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jan 27 13:32:26 2021 +0100 |
tree | 7afa1750ac931b103b8787ba1475ebf0aa610a9c | |
parent | 399bf72f66580ccc50cee51331c7af92d2833c6d [diff] |
BUG/MINOR: stats: Add a break after filling ST_F_MODE field for servers The previous patch was pushed too quickly (399bf72f6 "BUG/MINOR: stats: Remove a break preventing ST_F_QCUR to be set for servers"). It was not an extra break but a misplaced break statement. Thus, now a break statement must be added after filling the ST_F_MODE field in stats_fill_sv_stats(). No backport needed except if the above commit is backported.