]> git.kaiwu.me - haproxy.git/commit
CLEANUP: startup: move confusing msg variable
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 17 Nov 2025 14:54:08 +0000 (15:54 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 18 Nov 2025 08:43:25 +0000 (09:43 +0100)
commitb38405d156661620b5c9e36fb968813d6c77ee22
treedb29fa43efe524fdf0c212cff2b30fa20db20856
parent37d01eea37f090fe8a09a1ca0aa116d02ea26977
CLEANUP: startup: move confusing msg variable

Move the char *msg variable declared in main() in a sub-block since
there's already multiple msg variable in other sub-blocks in this
function.

Also make it const.
src/haproxy.c