CLEANUP: peers: rename all occurrences of stconn "cs" to "sc"
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 08:44:04 +0000 (10:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commitda30490b9c013eb2c39dc8e8ff648f03a48572d0
tree89243972fbd039f5f0146e1b49769bd58d02ede1
parent7577d9d99c1aa3df3372fc2ddb27e10072ee0471
CLEANUP: peers: 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/peers.c