fix setting of domain local ID from domain list

This commit is contained in:
Stephen Birarda 2018-04-23 12:27:30 -07:00
parent 7842ee8eac
commit 779386fbc4

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);