Add comment back, with interest

This commit is contained in:
David Kelly 2016-12-20 14:26:45 -08:00
parent 7750e86c13
commit 4a25b727d8

View file

@ -373,6 +373,7 @@ void NodeList::sendDomainServerCheckIn() {
packetStream << hardwareAddress;
// now add the machine fingerprint - a null UUID if logged in, real one if not logged in
auto accountManager = DependencyManager::get<AccountManager>();
packetStream << (accountManager->isLoggedIn() ? QUuid() : FingerprintUtils::getMachineFingerprint());
}