Fix for null sourceNode use

This commit is contained in:
Simon Walton 2018-04-23 12:13:31 -07:00
parent d1e2e9ce71
commit 2f72b789a3

View file

@ -617,7 +617,7 @@ bool DomainServer::isPacketVerified(const udt::Packet& packet) {
}
} else {
HIFI_FDEBUG("Packet of type" << headerType
<< "received from unknown node with UUID" << uuidStringWithoutCurlyBraces(sourceNode->getUUID()));
<< "received from unknown node with Local ID" << localSourceID);
return false;
}
}