]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: remove for loop declaration
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 5 Oct 2020 14:57:33 +0000 (16:57 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 5 Oct 2020 15:55:40 +0000 (17:55 +0200)
commit27373f7f75e57187282670ea394a482326de291e
tree336639e5e4fd6d4936f61446e4a5bbe9a66e8c5a
parentfbd0bc98feeefd24a4ce0f78465ae28662563ad2
MINOR: stats: remove for loop declaration

Remove variable declaration inside a for-loop. This was introduced by my
patches serie of the implementation of dynamic stats. This is not
supported by older gcc, notably on the freebsd environment of the ci.
src/stats.c