Merge pull request #12968 from birarda/bug/wrong-domain-local-id

fix setting of domain local ID from domain list
This commit is contained in:
John Conklin II 2018-04-23 13:50:21 -07:00 committed by GitHub
commit 70689dd297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -638,7 +638,7 @@ void NodeList::processDomainServerList(QSharedPointer<ReceivedMessage> message)
// if this was the first domain-server list from this domain, we've now connected
if (!_domainHandler.isConnected()) {
_domainHandler.setLocalID(newLocalID);
_domainHandler.setLocalID(domainLocalID);
_domainHandler.setUUID(domainUUID);
_domainHandler.setIsConnected(true);