]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: httpclient: Remove useless test on ss_dst in httpclient_applet_init()
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 May 2022 07:29:32 +0000 (09:29 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 May 2022 07:29:33 +0000 (09:29 +0200)
commitf229e1894cc550b94c87e2b8f00e9b398f8d3edd
tree2e93864d1f14f17bc5c43fdda73b9bf819f61057
parent9e3c8d5512f78b3e5965e2f14192965d41463659
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.
src/http_client.c