CLEANUP: connections: align function declaration
authorWilliam Dauchy <w.dauchy@criteo.com>
Mon, 4 May 2020 11:52:40 +0000 (13:52 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2020 16:44:24 +0000 (18:44 +0200)
commit7eab37b6819af685c647cf5a581e29fca2f3e079
tree86e7d725291d5f5c398025aade04692ee00ca927
parent1028e256e249bc75893b108154fc499ab1b5f825
CLEANUP: connections: align function declaration

srv_cleanup_connections() is supposed to be static, so mark it as so.
This patch should be backported where commit 6318d33ce625
("BUG/MEDIUM: connections: force connections cleanup on server changes")
will be backported, that is to say v1.9 to v2.1.

Fixes: 6318d33ce625 ("BUG/MEDIUM: connections: force connections cleanup
on server changes")
Signed-off-by: William Dauchy <w.dauchy@criteo.com>
(cherry picked from commit 707ad328ef6f9061f2da04f81431bc2fe2b2348a)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/server.c