]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: errors: use ring_dup() to duplicate the startup_logs
authorWilly Tarreau <w@1wt.eu>
Tue, 27 Feb 2024 18:52:50 +0000 (19:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Mar 2024 17:34:19 +0000 (17:34 +0000)
commita75052d665e42707ff8d7b8fd17e064cf304fcf6
tree28f44cade5640e9c03558d3677f886463bcb0eb1
parent7c9ce715c946d9da8f53c22dc00b3555966ce036
MINOR: errors: use ring_dup() to duplicate the startup_logs

In startup_logs_dup() we currently need to reference the ring's buffer,
better not do this as it will complicate operations when switching to
other types.
src/errors.c