mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
CLEANUP: quic: Indentation fix quic_rx_pkt_retrieve_conn()
Add missing spaces. Must be backported to 2.7.
This commit is contained in:
parent
5fa633e22f
commit
ab3aa0ff22
@ -6832,7 +6832,7 @@ static struct quic_conn *quic_rx_pkt_retrieve_conn(struct quic_rx_packet *pkt,
|
|||||||
qc = retrieve_qc_conn_from_cid(pkt, l, &dgram->saddr, new_tid);
|
qc = retrieve_qc_conn_from_cid(pkt, l, &dgram->saddr, new_tid);
|
||||||
|
|
||||||
/* If connection already created or rebinded on another thread. */
|
/* If connection already created or rebinded on another thread. */
|
||||||
if (!qc && *new_tid != -1 && tid != *new_tid)
|
if (!qc && *new_tid != -1 && tid != *new_tid)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
if (pkt->type == QUIC_PACKET_TYPE_INITIAL) {
|
if (pkt->type == QUIC_PACKET_TYPE_INITIAL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user