mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +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);
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue