mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-30 00:15:47 -04:00
some more fixes to test
This commit is contained in:
+1
-1
@@ -542,7 +542,7 @@ void UdpConnection::ProcessRawPacket(const UdpManager::PacketHistoryEntry *e)
|
||||
wantCrc = UdpMisc::GetValue32(crcPtr);
|
||||
break;
|
||||
}
|
||||
if (wantCrc != actualCrc)
|
||||
if (wantCrc != actualCrc && mUdpManager != nullptr)
|
||||
{
|
||||
mConnectionStats.crcRejectedPackets++;
|
||||
mUdpManager->IncrementCrcRejectedPackets();
|
||||
|
||||
Reference in New Issue
Block a user