]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD/MINOR: stats: remove unexpected argument to stats_dump_json_header()
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Apr 2017 05:53:04 +0000 (07:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Apr 2017 05:54:45 +0000 (07:54 +0200)
commit9d7fb63e33535cbd81d3c3c5fb512ace19c03ba2
tree9513a68a2e851655a9542223fb86758cc8618b68
parent3a471935e6b83bc6172508eba9059e1262fd1ac3
BUILD/MINOR: stats: remove unexpected argument to stats_dump_json_header()

Commit 05ee213 ("MEDIUM: stats: Add JSON output option to show (info|stat)")
used to pass argument "uri" to the aforementionned function which doesn't
take any. It's probably a leftover from multiple iterations of the same
patchset. Spotted by Dmitry Sivachenko. No backport is needed.
src/stats.c