]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename a few "endp" arguments and variables to "sd"
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 14:21:33 +0000 (16:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit3121928f82350d6b1a4674e0982cfdb7dc64b1a1
tree0a3fdaee4030ea9819286c61c25fb43f3d167d96
parent9e00da1f60791716da09dabea98e586651735cf9
CLEANUP: stconn: rename a few "endp" arguments and variables to "sd"

For consistency with the few other places, let's avoid using the
confusing "endp" pointer when it designates the descriptor.
src/stconn.c