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

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