]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: log-forward: rename all occurrences of stconn "cs" to "sc"
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 08:36:36 +0000 (10:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit270a4574a48ab4b2aaaa24aa41b77b39da87f983
treec26400f4f942700d5caa2e5f6333a852201cd166
parent3e7be363c40beb772655951633f40ce056e91b2f
CLEANUP: log-forward: rename all occurrences of stconn "cs" to "sc"

In the log-forwarding applet, function arguments and local variables
called "cs" were renamed to "sc" to avoid future confusion.
src/log.c