]> git.kaiwu.me - haproxy.git/commit
CLEANUP: raw_sock: Use a better name for the constructor than __ssl_sock_deinit()
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 14 Aug 2017 13:59:44 +0000 (15:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 17 Aug 2017 16:33:21 +0000 (18:33 +0200)
commit0d00593361b91017b894c4c7d5e24721a7838d6e
tree0da5368dce626e609f5faf22d3ecdd189a12f37d
parent7632548d9789e1588a1ad70ced3b87ef06d41b21
CLEANUP: raw_sock: Use a better name for the constructor than __ssl_sock_deinit()

I just noticed the raw socket constructor was called __ssl_sock_deinit,
which is a bit confusing, and wrong twice, so the attached patch renames it
to __raw_sock_init, which seems more correct.
src/raw_sock.c