mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 06:52:32 +02:00
Merge fix
This commit is contained in:
parent
9f9a68188d
commit
ed0fd8c4d2
1 changed files with 2 additions and 2 deletions
|
@ -612,13 +612,13 @@ bool DomainServer::isPacketVerified(const udt::Packet& packet) {
|
|||
return nodeList->isPacketVerifiedWithSource(packet, sourceNode.data());
|
||||
} else {
|
||||
HIFI_FDEBUG("Packet of type" << headerType
|
||||
<< "received from unmatched IP for UUID" << uuidStringWithoutCurlyBraces(sourceID));
|
||||
<< "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(sourceID));
|
||||
<< "received from unknown node with UUID" << uuidStringWithoutCurlyBraces(sourceNode->getUUID()));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue