]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats-file: fix typo in shm-stats-file object struct size detection
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 22 Oct 2025 07:16:07 +0000 (09:16 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Wed, 22 Oct 2025 18:52:08 +0000 (20:52 +0200)
commit1e4dbebef2ce18a543c8e29de8a2200f71873b9e
tree2f280ffacd797db681b9853f210de454b34a22c2
parentf50425c021eceb324add6873b58cc5f366554d31
MINOR: stats-file: fix typo in shm-stats-file object struct size detection

As reported by @TimWolla on GH #3168, there was a typo in shm stats file
BUG_ON to report that the size of shm_stats_file_object changed.

No backport needed.
src/stats-file.c