mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 20:54:06 +02:00
Merge fix
This commit is contained in:
commit
3f894fe5fa
1 changed files with 0 additions and 2 deletions
|
@ -613,13 +613,11 @@ bool DomainServer::isPacketVerified(const udt::Packet& packet) {
|
|||
} else {
|
||||
HIFI_FDEBUG("Packet of type" << headerType
|
||||
<< "received from unmatched IP for UUID" << uuidStringWithoutCurlyBraces(sourceNode->getUUID()));
|
||||
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
HIFI_FDEBUG("Packet of type" << headerType
|
||||
<< "received from unknown node with UUID" << uuidStringWithoutCurlyBraces(sourceNode->getUUID()));
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue