mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-12 14:31:00 +01:00
MINOR: quic: No TRACE_LEAVE() in retrieve_qc_conn_from_cid()
This macro was confused with TRACE_ENTER(). Should be backported to 2.6.
This commit is contained in:
parent
449804e27d
commit
614742b79c
@ -5608,7 +5608,7 @@ static struct quic_conn *retrieve_qc_conn_from_cid(struct quic_rx_packet *pkt,
|
|||||||
ebmb_delete(&qc->odcid_node);
|
ebmb_delete(&qc->odcid_node);
|
||||||
|
|
||||||
end:
|
end:
|
||||||
TRACE_ENTER(QUIC_EV_CONN_RXPKT, qc);
|
TRACE_LEAVE(QUIC_EV_CONN_RXPKT, qc);
|
||||||
return qc;
|
return qc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user