add back access token to domain-server

This commit is contained in:
Zach Pomerantz 2016-06-23 19:38:41 -07:00
parent 13310923c4
commit b1b378a91f

View file

@ -470,6 +470,9 @@ bool DomainServer::resetAccountManagerAccessToken() {
void DomainServer::setupAutomaticNetworking() {
qDebug() << "Updating automatic networking setting in domain-server to" << _automaticNetworkingSetting;
resetAccountManagerAccessToken();
_automaticNetworkingSetting =
_settingsManager.valueOrDefaultValueForKeyPath(METAVERSE_AUTOMATIC_NETWORKING_KEY_PATH).toString();