mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 20:36:24 +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 {
|
} else {
|
||||||
HIFI_FDEBUG("Packet of type" << headerType
|
HIFI_FDEBUG("Packet of type" << headerType
|
||||||
<< "received from unmatched IP for UUID" << uuidStringWithoutCurlyBraces(sourceNode->getUUID()));
|
<< "received from unmatched IP for UUID" << uuidStringWithoutCurlyBraces(sourceNode->getUUID()));
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
HIFI_FDEBUG("Packet of type" << headerType
|
HIFI_FDEBUG("Packet of type" << headerType
|
||||||
<< "received from unknown node with UUID" << uuidStringWithoutCurlyBraces(sourceNode->getUUID()));
|
<< "received from unknown node with UUID" << uuidStringWithoutCurlyBraces(sourceNode->getUUID()));
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue