commit | b9c06fbe52924e4563098d68c55701fa78486027 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Sep 08 17:08:17 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 4dd52152e804d6471137066772875810d78dea3f | |
parent | 48fc74af646a4f393bb7fbcf364d1ef7f6e2de90 [diff] |
MINOR: quic_sock: Do not flag QUIC connections as being set This is to let conn_get_src() or conn_get_src() set the source or destination addresses for the connection.
diff --git a/src/quic_sock.c b/src/quic_sock.c index ad8ae6a..761c2a4 100644 --- a/src/quic_sock.c +++ b/src/quic_sock.c
@@ -105,7 +105,6 @@ cli_conn->dst = dst; cli_conn->handle.fd = l->rx.fd; - cli_conn->flags |= CO_FL_ADDR_FROM_SET; cli_conn->target = &l->obj_type; /* XXX Should not be there. */