Merge fix

This commit is contained in:
Simon Walton 2018-04-20 11:15:59 -07:00
commit 3f894fe5fa

View file

@ -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;
}
}