Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/candidate-9.4.x' into candidate-…
Browse files Browse the repository at this point in the history
…9.4.0

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Sep 26, 2023
2 parents a0ab774 + 9a9066c commit ef4a0e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions thorlcr/master/mawatchdog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@ unsigned CMasterWatchdogBase::readPacket(HeartBeatPacketHeader &hb, MemoryBuffer
unsigned read = readData(mb);
if (read)
{
if (read < sizeof(HeartBeatPacketHeader))
{
IWARNLOG("Receive Monitor Packet: wrong size, got %d, less than HeartBeatPacketHeader size", read);
return 0;
}

hb.deserialize(mb);
if (read != hb.packetSize) // check for corrupt packets
{
Expand Down

0 comments on commit ef4a0e6

Please sign in to comment.