CONTRIB: tcploop: fix connect's address length
authorWilly Tarreau <w@1wt.eu>
Tue, 14 Mar 2017 13:50:05 +0000 (14:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Mar 2017 10:48:46 +0000 (11:48 +0100)
commit24d41b9b4d009a9ae1aaae54de0be9a0281ba198
treef3b848e49a7ced1a932a0cae3671ec03e8975d0e
parentbcd817e6699af7ae3d146110174ae0e241b0759c
CONTRIB: tcploop: fix connect's address length

FreeBSD wants the address size to be correct, so let's pass the size
of a sockaddr_in struct, not the sockaddr_storage.
contrib/tcploop/tcploop.c