commit | 16f16afb31367b948bbab9ae1f5f99ad6c6e7f3a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 27 09:34:56 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 27 11:35:59 2021 +0200 |
tree | 6f45b36bd1bc1153679055cf6902a9bced932e21 | |
parent | e1f3b547a10070c3a2b71f30bd7e3d337999e1ef [diff] [blame] |
MINOR: stream: Use backend stream-interface dst address instead of target_addr target_addr field in the stream structure is removed. The backend stream-interface destination address is now used.
diff --git a/src/cli.c b/src/cli.c index 6a46f13..36d11a4 100644 --- a/src/cli.c +++ b/src/cli.c
@@ -2572,7 +2572,7 @@ s->srv_conn = NULL; } - sockaddr_free(&s->target_addr); + sockaddr_free(&s->si[1].dst); s->si[1].state = s->si[1].prev_state = SI_ST_INI; s->si[1].err_type = SI_ET_NONE;