diff --git a/udphandler.cpp b/udphandler.cpp index 6ae6333..7e88181 100644 --- a/udphandler.cpp +++ b/udphandler.cpp @@ -1138,7 +1138,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?