Skip to content

Commit

Permalink
Update src/core/loss_detection.c
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Banks <[email protected]>
  • Loading branch information
vgmahajanshetty and nibanks authored Feb 12, 2025
1 parent 56ff8e5 commit e6eb93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/loss_detection.c
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ QuicLossDetectionProcessAckBlocks(
// which would mean we mistakenly classified those packets as lost.
//
if (*LostPacketsStart != NULL) {
QUIC_SENT_PACKET_METADATA *lastNode =
QUIC_SENT_PACKET_METADATA* LastLostPacket =
CXPLAT_CONTAINING_RECORD(
LossDetection->LostPacketsTail, QUIC_SENT_PACKET_METADATA,
Next);
Expand Down

0 comments on commit e6eb93f

Please sign in to comment.