commit | f229e1894cc550b94c87e2b8f00e9b398f8d3edd | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed May 18 09:29:32 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed May 18 09:29:33 2022 +0200 |
tree | 2e93864d1f14f17bc5c43fdda73b9bf819f61057 | |
parent | 9e3c8d5512f78b3e5965e2f14192965d41463659 [diff] |
CLEANUP: httpclient: Remove useless test on ss_dst in httpclient_applet_init() In httpclient_applet_init() function, ss_dst variable is always defined before the call to sockaddr_alloc(). There is no reason to test it. This patch should fix the issue #1706.