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
+1 -3
View File
@@ -134,9 +134,7 @@
existingHost.externalAddress = host.externalAddress; existingHost.externalAddress = host.externalAddress;
} }
existingHost.activeAddress = host.activeAddress; existingHost.activeAddress = host.activeAddress;
existingHost.online = host.online;
// Set the host online now
existingHost.online = YES;
return NO; return NO;
} }
else { else {