Fix to cluster network configs.
This commit is contained in:
parent
eebd271bb1
commit
ed31cb76d6
4 changed files with 27 additions and 21 deletions
|
@ -476,7 +476,7 @@ void Cluster::handleIncomingStateMessage(const void *msg,unsigned int len)
|
|||
if (network) {
|
||||
// Copy into a Packet just to conform to Network API. Eventually
|
||||
// will want to refactor.
|
||||
network->handleConfigChunk(Packet(dmsg),ptr);
|
||||
network->handleConfigChunk(0,Address(),Packet(dmsg),ptr);
|
||||
}
|
||||
} break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue