]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stats: Add a missing break in a switch statement
authorChristopher Faulet <cfaulet@haproxy.com>
Sat, 28 Sep 2019 08:37:31 +0000 (10:37 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Sat, 28 Sep 2019 08:41:09 +0000 (10:41 +0200)
commit52c91bb72ccf20e75f2f79da6ebe345cb2a768f4
treefbbddad9844a6d0365a8863c3db9f9b7c9437644
parentfc41e25c2ea29fd5b4558683627f2d34ae2892d4
BUG/MINOR: stats: Add a missing break in a switch statement

A break is missing in the switch statement in the function
stats_emit_json_data_field(). This bug was introduced in the commit 88a0db28a
("MINOR: stats: Add the support of float fields in stats").

This patch fixes the issue #302 and #303. It must be backported to 2.0.
src/stats.c