mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:48:44 +02:00
Fix for null sourceNode use
This commit is contained in:
parent
d1e2e9ce71
commit
2f72b789a3
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ bool DomainServer::isPacketVerified(const udt::Packet& packet) {
|
||||||
}
|
}
|
||||||
} 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 Local ID" << localSourceID);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue