mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-18 17:08:47 +02:00
return non-trivial value
This commit is contained in:
parent
b69ab6c80d
commit
a7d6d6d561
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ int LimitedNodeList::findNodeAndUpdateWithDataFromPacket(const QByteArray& packe
|
||||||
SharedNodePointer matchingNode = sendingNodeForPacket(packet);
|
SharedNodePointer matchingNode = sendingNodeForPacket(packet);
|
||||||
|
|
||||||
if (matchingNode) {
|
if (matchingNode) {
|
||||||
updateNodeWithDataFromPacket(matchingNode, packet);
|
return updateNodeWithDataFromPacket(matchingNode, packet);
|
||||||
}
|
}
|
||||||
|
|
||||||
// we weren't able to match the sender address to the address we have for this node, unlock and don't parse
|
// we weren't able to match the sender address to the address we have for this node, unlock and don't parse
|
||||||
|
|
Loading…
Reference in a new issue