BUG/MINOR: stats: Add a break after filling ST_F_MODE field for servers
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Jan 2021 12:32:25 +0000 (13:32 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Jan 2021 12:32:26 +0000 (13:32 +0100)
commit3888b8cd7bd3d90ad60b413b0a1983ab4f56abdc
tree7afa1750ac931b103b8787ba1475ebf0aa610a9c
parent399bf72f66580ccc50cee51331c7af92d2833c6d
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.
src/stats.c