From b9c06fbe52924e4563098d68c55701fa78486027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Wed, 8 Sep 2021 17:08:17 +0200 Subject: [PATCH] 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. --- src/quic_sock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/quic_sock.c b/src/quic_sock.c index ad8ae6ad0..761c2a4e8 100644 --- a/src/quic_sock.c +++ b/src/quic_sock.c @@ -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. */