fix node ID return from domain server

This commit is contained in:
Stephen Birarda 2013-07-11 12:09:42 -07:00
parent c80b5b6be4
commit 4eb25be14c

View file

@ -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()) {