mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 06:41:32 +02: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);
|
||||
|
||||
end:
|
||||
TRACE_ENTER(QUIC_EV_CONN_RXPKT, qc);
|
||||
TRACE_LEAVE(QUIC_EV_CONN_RXPKT, qc);
|
||||
return qc;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user