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. */