]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: quic_sock: Do not flag QUIC connections as being set
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 8 Sep 2021 15:08:17 +0000 (17:08 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
This is to let conn_get_src() or conn_get_src() set the source
or destination addresses for the connection.

src/quic_sock.c

index ad8ae6ad07c201e6b850eeb8b6b38cea7eb18aea..761c2a4e8e03844f7693915a6072e0255c2e498b 100644 (file)
@@ -105,7 +105,6 @@ static int new_quic_cli_conn(struct quic_conn *qc, struct listener *l,
 
        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. */