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

This concerns the DNS client applet. Function arguments and local
variables called "cs" were renamed to "sc" to avoid future confusion.
src/dns.c