diff --git a/ssl/d1_pkt.c b/ssl/d1_pkt.c index c9757e1d6..54235f283 100644 --- a/ssl/d1_pkt.c +++ b/ssl/d1_pkt.c @@ -809,7 +809,7 @@ start: * buffer the application data for later processing rather * than dropping the connection. */ - dtls1_buffer_record(s, &(s->d1->buffered_app_data), 0); + dtls1_buffer_record(s, &(s->d1->buffered_app_data), rr->seq_num); rr->length = 0; goto start; }