Merge branch 'master' of gitlab.com:eliggett/wfview

merge-requests/7/head
Roeland Jansen 2021-11-18 18:50:28 +01:00
commit 62087bfd5b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1130,7 +1130,7 @@ void udpBase::dataReceived(QByteArray r)
if (match == txSeqBuf.end()) {
qDebug(logUdp()) << this->metaObject()->className() << ": Requested packet " << hex << seq << " not found";
// Just send idle packet.
sendControl(false, 0, match->seqNum);
sendControl(false, 0, seq);
}
else {
// Found matching entry?