Use the real online status rather than always assuming YES

This commit is contained in:
Cameron Gutman
2018-12-28 01:24:18 -08:00
parent 5d4d10ac8a
commit 85820bf812

View File

@@ -134,9 +134,7 @@
existingHost.externalAddress = host.externalAddress;
}
existingHost.activeAddress = host.activeAddress;
// Set the host online now
existingHost.online = YES;
existingHost.online = host.online;
return NO;
}
else {