Merge pull request #2706 from birarda/master

fix broken DS build
This commit is contained in:
Stephen Birarda 2014-04-21 09:31:41 -07:00
commit b78a601514

View file

@ -991,8 +991,6 @@ void DomainServer::nodeKilled(SharedNodePointer node) {
}
}
if (node->getType() == NodeType::Agent && n
// cleanup the connection secrets that we set up for this node (on the other nodes)
foreach (const QUuid& otherNodeSessionUUID, nodeData->getSessionSecretHash().keys()) {
SharedNodePointer otherNode = LimitedNodeList::getInstance()->nodeWithUUID(otherNodeSessionUUID);