mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 16:03:24 +02:00
fix node ID return from domain server
This commit is contained in:
parent
c80b5b6be4
commit
4eb25be14c
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ int main(int argc, const char * argv[])
|
|||
// send the constructed list back to this node
|
||||
nodeList->getNodeSocket()->send(destinationSocket,
|
||||
broadcastPacket,
|
||||
(currentBufferPos - startPointer) + 1);
|
||||
(currentBufferPos - startPointer) + numHeaderBytes);
|
||||
}
|
||||
|
||||
if (Logstash::shouldSendStats()) {
|
||||
|
|
Loading…
Reference in a new issue